sveltekit-oidc - v3.0.0
    Preparing search index...

    Type Alias OIDCRefreshLock

    Optional distributed lock used to serialize refresh-token rotation across application instances.

    type OIDCRefreshLock = {
        runExclusive<T>(key: string, task: () => Promise<T>): Promise<T>;
    }
    Index
    • Type Parameters

      • T

      Parameters

      • key: string
      • task: () => Promise<T>

      Returns Promise<T>