Session Management
Validate a session
Validate a session using a cookie header or an authorization header.
GET
Authorizations
Response
200
application/json
Session validation response
Indicates whether the session is valid or not
Date-time indicating the expiration of the session. Deprecated, please use claims.expiration
instead.
The ID of the user the session is associated with. Deprecated, please use claims.subject
instead.
The claims extracted from a JWT.
Was this page helpful?