OAuthTokenResult
Defined in: namespaces.ts:1386
Token data returned from oauth.authorize() and oauth.getToken().
Properties
Section titled “Properties”accessToken
Section titled “accessToken”accessToken:
string
Defined in: namespaces.ts:1388
The access token string.
tokenType
Section titled “tokenType”tokenType:
string
Defined in: namespaces.ts:1390
Token type (typically “Bearer”).
expiresAt
Section titled “expiresAt”expiresAt:
string|null
Defined in: namespaces.ts:1392
Expiry timestamp in ISO 8601 format, or null if no expiry.
scopes
Section titled “scopes”scopes:
string[]
Defined in: namespaces.ts:1394
Granted scopes.