Skip to main content

UserToken

access_tokenstring

The access token for the impersonated user.

token_typeTokenType1

Type of token issued.

Constant value: Bearer
scopestring

Space-separated list of scopes associated with the token.

UserToken
{
"access_token": "string",
"token_type": "Bearer",
"scope": "string"
}