TokenResponse

  • access_token
    Type: string
    required

    JWT access token to include in API request Authorization headers

  • expires_in
    Type: integer
    required

    Token lifetime in seconds (typically 3600)

  • token_type
    enum
    const:  
    bearer
    required
    values
    • bearer
  • refresh_token
    Type: string

    Token used to obtain a new access token when the current one expires

  • scope
    Type: string

    Space-separated list of granted scopes