Skip to main content
type InitiateMfaEnrollmentResult = 
  | InitiateTotpMfaResult
  | InitiateSmsMfaResult;
Result of initiateMfaEnrollment.