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

Properties

PropertyTypeDescription
mfaMethod"totp"The MFA method to use.
idempotencyKey?stringOptional idempotency key for safe retries.