Verify Frontend SDK token
Verify token
Validates user details by exchanging the token obtained from the otplessUser object for the user’s information. This server-to-server call requires authentication using the client ID and secret. Also the secureInfo details will only be included when the Secure SDK is integrated as part of the authentication implementation.
POST
/
auth
/
v1
/
validate
/
token
Authorizations
The clientId
used for API authentication.
The clientSecret
used for API authentication.
Body
application/json
Token received from otplessUser object.
Was this page helpful?