accessTokenResponse

November 12, 2025 · View on GitHub

Type: object


Properties overview

PropertyTypeRequiredDescription
access_tokenstring
token_typestring
expires_instring

Detailed Properties

  • access_token (string) - required

  • token_type (string) - required

  • expires_in (string) - required

Example

{
  "access_token": "example-string",
  "token_type": "example-string",
  "expires_in": "example-string"
}