GenerateTokenResponse
GenerateTokenResponse
Successful token generation response
JSON Example
{
"access_token": "string",
"expires_in": 0,
"scope": "string",
"token_type": "string"
}
string
access_token
Optional
Access token for authentication
integer As int64
As int64
expires_in
Optional
Token expiration time in seconds
string
scope
Optional
Token scope
string
token_type
Optional
Type of token, typically 'Bearer'