Skip to main content
type InitiateMfaOptions = {
  mfaMethod: MfaMethod;
};
Request parameters for initiating MFA operations.

Properties

PropertyTypeDescription
mfaMethodMfaMethodThe MFA method to use (currently only “totp” is supported).