VerifyReply
access_tokenstring
The access token to be used for authentication
emailstring
The email address of the user
Example:
jsnow@example.comerrorstring
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:
bearerunverifiedboolean
user_idstring
The ID of the user that was created
Example:
01J4EXD5MM60CX4YNYN0DEE3Y1VerifyReply
{
"access_token": "string",
"email": "jsnow@example.com",
"error": "string",
"error_code": "string",
"message": "string",
"refresh_token": "string",
"session": "string",
"success": true,
"token_type": "bearer",
"unverified": true,
"user_id": "01J4EXD5MM60CX4YNYN0DEE3Y1"
}