Type alias MFAEnrollPhoneParams

MFAEnrollPhoneParams: {
    factorType: "phone";
    friendlyName?: string;
    phone: string;
}

Type declaration

  • factorType: "phone"

    The type of factor being enrolled.

  • Optional friendlyName?: string

    Human readable name assigned to the factor.

  • phone: string

    Phone number associated with a factor. Number should conform to E.164 format

Generated using TypeDoc