Commit ced184bf by Tom Laudeman

draft method list for the API

parent 4e8d69bd
......@@ -246,3 +246,11 @@ Add a new session token $accessToken with expiration time $expire for $user. Upd
Check that a session is active (not expired) for $user and $accessToken. Time is assumed to be "now". Return
true for success (session is active now).
----
`clearAllSessions(snac\data\User $user)`
Delete all session records for $user.
----
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment