Type alias MFAChallengeParams

MFAChallengeParams: {
    channel?: "sms" | "whatsapp";
    factorId: string;
}

Type declaration

  • Optional channel?: "sms" | "whatsapp"

    Messaging channel to use (e.g. whatsapp or sms). Only relevant for phone factors

  • factorId: string

    ID of the factor to be challenged. Returned in enroll().

Generated using TypeDoc