AccessTokenRsp
Type: object
Required:
- access_token
- token_type
Properties:
access_token:
Type: string
Description: JWS Compact Serialized representation of JWS signed JSON object (AccessTokenClaims)
token_type:
Type: string
expires_in:
Type: integer
scope:
Type: string
Pattern: '^([a-zA-Z0-9_-]+)( [a-zA-Z0-9_-]+)*$'