Interface: StoredTokens
Interface: StoredTokens
Defined in: auth-client/src/core/types.ts:198
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:199
expires_at_seconds
expires_at_seconds:
number
Defined in: auth-client/src/core/types.ts:201
refresh_token
refresh_token:
string
Defined in: auth-client/src/core/types.ts:200