OAuthTokenResponse
The response from the OAuth token endpoint
Type declaration
accessToken
access_token
tokenType
token_type usually “Bearer”
validUntil
Uses the expires_in value from the /oauth/token endpoint to calculate the validUntil value:
Source
types.ts:73