Skip to main content
type InitiateSmsMfaResult = {
  method: "sms";
  success: boolean;
};
Result of SMS MFA enrollment initiation.

Properties

PropertyTypeDescription
method"sms"The MFA method that was initiated.
successbooleanIndicates SMS was sent successfully.