TokenResponse
RFC 6749 access token response.
- accessType: string
_token The issued access token.
- expiresType: integer Format: int64
_in Token lifetime in seconds.
- scopeType: string
Space-delimited granted scopes; omitted when equal to the request.
- tokenType: string
_type Token type, always Bearer.