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