Type alias MFAUnenrollParams

MFAUnenrollParams: {
    factorId: string;
}

Type declaration

  • factorId: string

    ID of the factor being unenrolled.

Generated using TypeDoc