Close session with specified identifier. Returns flag whether session was present and was closed. Method is available for administrators only.
true
if session was present and was closed; false
otherwise.
Identifier of session to close.
Create session token and access token.
Session token and access token.
Return access token function.
Returns the current token in json form.
Session token info.
Optional
accessToken: null | stringCurrent access token.
Open session to login user.
Session token, access token, 2FA response or null
if value is not set.
Request to open the sessions including auth parameters and info on app and the client.
Generated using TypeDoc
Close current session.
Returns
true
if session was present and was closed;false
otherwise.