Skip to content

zero-auth API Documentation v1.2.0


zero-auth API Documentation / RefreshReuseContext

Interface: RefreshReuseContext

Defined in: src/types/auth.ts:72

Context for refresh-token reuse (replay) detection.

Extends

Properties

familyId?

optional familyId?: string

Defined in: src/types/auth.ts:66

Stable family id shared across rotated refresh tokens.

Inherited from

RefreshTokenContext.familyId


jti

jti: string

Defined in: src/types/auth.ts:73


userId

userId: string

Defined in: src/types/auth.ts:64

Inherited from

RefreshTokenContext.userId