1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. TokenExchangeGrantResponse

TokenExchangeGrantResponse

    https://datatracker.ietf.org/doc/html/rfc8693#section-2.2.1

    Properties

    • access_token string required
      The security token issued by the authorization server.
    • issued_token_type string required
      The type of the issued token.
    • token_type string required
      The token type (e.g., Bearer).
    • expires_in integer required
      The lifetime in seconds of the access token.
    • scope string required
      The scope of the access token.
    • refresh_token string optional
      The refresh token, if issued.