Constructors

Properties

expiration: number = ...

How long an identity should be kept until its considered expired (in seconds) defaults to 1 week

fetch: ((url: string, init: RequestInit) => Promise<Response>) = fetch

The fetch implementation this class should use

identities: Map<string, Identity> = ...

Methods