Sessions
Validate Session
Validate a session for a given access token. This will ensure both that the token signature is valid and that the token has not been revoked.
POST
Validate session
Authorizations
Use your Authsignal Server API secret key as the username and leave the password empty. The secret key can be found in the API Keys section of the Authsignal Portal settings page.
Body
application/json
Response
OK
A JSON object containing user claims.
The token expiry as a Unix timestamp in seconds.
The verification method which was used to create the session.
Available options:
SMS, AUTHENTICATOR_APP, EMAIL_MAGIC_LINK, EMAIL_OTP, PUSH, DEVICE, SECURITY_KEY, PASSKEY, VERIFF, IPROOV, PALM_BIOMETRICS_RR, IDVERSE Previous
Refresh SessionRefresh a session for a given refresh token. This will return a new access token and refresh token, revoking any previously issued tokens.
Next
Validate session

