Skip to main content

WebauthnRegistrationResponse

access_tokenstring

The access token to be used for authentication

errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

messagestring
refresh_tokenstring

The refresh token to be used to refresh the access token after it expires

sessionstring

The short-lived session token required for authentication

successboolean

Whether or not the request was successful or not

token_typestring

The type of token being returned

Example: bearer
unverifiedboolean
WebauthnRegistrationResponse
{
"access_token": "string",
"error": "string",
"error_code": "string",
"message": "string",
"refresh_token": "string",
"session": "string",
"success": true,
"token_type": "bearer",
"unverified": true
}