auth.provider API
    Preparing search index...

    Composes ChallengeStore + ReplaySeenSet primitives into the 3-outcome server-issued challenge ceremony. The default implementation is in ./ceremony.mts; consumers can replace it by providing their own module.

    Per A1 §5.3.

    interface ChallengeCeremony {
        consume(scope: string, value: string): Promise<ChallengeCeremonyOutcome>;
    }
    Index

    Methods

    Methods