AuthTokens
Defined in: client/src/types.ts:36
Holds the current set of OAuth 2.0 tokens obtained from the authorization server.
Properties
Section titled “Properties”access
Section titled “access”access:
string|null
Defined in: client/src/types.ts:38
The access token string, or null if not yet obtained.
expiresAt
Section titled “expiresAt”expiresAt:
number|null
Defined in: client/src/types.ts:44
Access token expiration as a Unix timestamp in milliseconds, or null if unknown.
id:
string|null
Defined in: client/src/types.ts:40
The ID token string, or null if not returned.
refresh
Section titled “refresh”refresh:
string|null
Defined in: client/src/types.ts:42
The refresh token string, or null if not returned.