LoginReply
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
tfa_enabledboolean
tfa_requiredboolean
token_typestring
The type of token being returned
Example:
bearerunverifiedboolean
LoginReply
{
"access_token": "string",
"error": "string",
"error_code": "string",
"message": "string",
"refresh_token": "string",
"session": "string",
"success": true,
"tfa_enabled": true,
"tfa_required": true,
"token_type": "bearer",
"unverified": true
}