accessTokenResponse
November 12, 2025 · View on GitHub
Type: object
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
access_token | string | ✓ | |
token_type | string | ✓ | |
expires_in | string | ✓ |
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"
}