Type alias MFAEnrollTOTPParams

MFAEnrollTOTPParams: {
    factorType: "totp";
    friendlyName?: string;
    issuer?: string;
}

Type declaration

  • factorType: "totp"

    The type of factor being enrolled.

  • Optional friendlyName?: string

    Human readable name assigned to the factor.

  • Optional issuer?: string

    Domain which the user is enrolled with.

Generated using TypeDoc