Validate a session using a session token in a request body.
The session token (JWT) to validate
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.