Skip to main content

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: bearer
CreateTrustCenterAnonymousJWTResponse
{
"access_token": "string",
"refresh_token": "string",
"session": "string",
"token_type": "bearer"
}