Interface ChallengeAuthenticatorParams

Parameters for initiating an MFA challenge

interface ChallengeAuthenticatorParams {
    authenticatorId?: string;
    challengeType: "otp" | "oob";
    mfaToken: string;
}

Properties

authenticatorId?: string

Specific authenticator to challenge (optional)

challengeType: "otp" | "oob"

Type of challenge to initiate

mfaToken: string

MFA token from mfa_required error or MFA-scoped access token