Session token Flashcards
1
Q
What is a session token
A
A one time bearer token that provides proof of authentication and may be redeemed for an interactive SSO session in Okta in a user agent.
2
Q
What is the get current session enpoint
A
/api/v1/sessions/me
3
Q
what is the clear user sessions endpoint?
A
/api/v1/users/%{userId}/sessions
4
Q
what is the suspend user endpoint?
A
/api/v1/users/${userId}/lifecycle/suspend