Skip to main content
type InitiateTotpMfaOptions = {
  mfaMethod: "totp";
};
Request parameters for initiating TOTP MFA enrollment.

Properties

PropertyTypeDescription
mfaMethod"totp"The MFA method to use.