Validate a session using a cookie header or an authorization header.
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.