CreateTrustCenterAnonymousJWTResponse
access_tokenstring
The access token to be used for authentication
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
token_typestring
The type of token being returned
Example:
bearerCreateTrustCenterAnonymousJWTResponse
{
"access_token": "string",
"refresh_token": "string",
"session": "string",
"token_type": "bearer"
}