auth.provider API
    Preparing search index...

    Interface MfaPendingTransaction

    interface MfaPendingTransaction {
        challengeId: string;
        expiresAt: Date;
        flow: "login" | "authorize" | "federation";
        providerKind: string;
        resumeState: MfaResumeState;
        subject: string;
        transactionId: string;
    }
    Index

    Properties

    challengeId: string
    expiresAt: Date

    Expiry encoding: Date per A4 two-tier design — see UserSession for rationale.

    flow: "login" | "authorize" | "federation"
    providerKind: string
    resumeState: MfaResumeState
    subject: string
    transactionId: string