Enums§
- Create
Session Token From Template Error - struct for typed errors of method
create_session_token_from_template
- GetSession
Error - struct for typed errors of method
get_session
- GetSession
List Error - struct for typed errors of method
get_session_list
- Revoke
Session Error - struct for typed errors of method
revoke_session
- Verify
Session Error - struct for typed errors of method
verify_session
Functions§
- create_
session_ token_ from_ template - Creates a JSON Web Token(JWT) based on a session and a JWT Template name defined for your instance
- get_
session - Retrieve the details of a session
- get_
session_ list - Returns a list of all sessions. The sessions are returned sorted by creation date, with the newest sessions appearing first.
- revoke_
session - Sets the status of a session as "revoked", which is an unauthenticated state. In multi-session mode, a revoked session will still be returned along with its client object, however the user will need to sign in again.
- verify_
session - Returns the session if it is authenticated, otherwise returns an error.