Sessions
Create Session
Create a session for a user based on a client token obtained after successfully completing a challenge. This will return an access token and refresh token which can be used to manage a session.
POST
Create 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
Previous
Validate SessionValidate 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.
Next
Create session

