Skip to content

AuthTokens

Defined in: client/src/types.ts:36

Holds the current set of OAuth 2.0 tokens obtained from the authorization server.

access: string | null

Defined in: client/src/types.ts:38

The access token string, or null if not yet obtained.


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: string | null

Defined in: client/src/types.ts:42

The refresh token string, or null if not returned.