TokenResponse

RFC 6749 access token response.

  • access_token
    Type: string

    The issued access token.

  • expires_in
    Type: integer Format: int64

    Token lifetime in seconds.

  • scope
    Type: string

    Space-delimited granted scopes; omitted when equal to the request.

  • token_type
    Type: string

    Token type, always Bearer.