Skip to content
rw3iss Auth

StoredTokens

StoredTokens

Defined in: auth-client/src/core/types.ts:226

Persisted token shape. Matches TokenPair on the wire — kept verbatim so refresh can submit the original refresh_token unchanged.

Properties

access_token

access_token: string

Defined in: auth-client/src/core/types.ts:227


expires_at_seconds

expires_at_seconds: number

Defined in: auth-client/src/core/types.ts:229


refresh_token

refresh_token: string

Defined in: auth-client/src/core/types.ts:228