Interface: Oauth2StoredToken
Defined in: rest/v2/oauth2/client.ts:94
Extends
Indexable
[key: string]: string
Properties
| Property | Type | Inherited from |
|---|---|---|
access_token | string | Oauth2Token.access_token |
expires_in | string | Oauth2Token.expires_in |
expires_in_epoch | string | - |
refresh_token | string | Oauth2Token.refresh_token |
token_type | string | Oauth2Token.token_type |