Type alias MFAChallengeAndVerifyParams

MFAChallengeAndVerifyParams: {
    code: string;
    factorId: string;
}

Type declaration

  • code: string

    Verification code provided by the user.

  • factorId: string

    ID of the factor being verified. Returned in enroll().

Generated using TypeDoc