auth.provider API
    Preparing search index...

    Server-issued challenge metadata returned by ChallengeStore.find(). Epoch ms instead of Date eliminates the mutation surface that Object.freeze cannot defend against on a Date instance. Per A1 §5.1 (lines 89-95).

    interface Challenge {
        expiresAtMs: number;
    }
    Index

    Properties

    Properties

    expiresAtMs: number