UserToken
access_tokenstring
The access token for the impersonated user.
token_typeTokenType1
Type of token issued.
Constant value:
Bearerscopestring
Space-separated list of scopes associated with the token.
UserToken
{
"access_token": "string",
"token_type": "Bearer",
"scope": "string"
}