SmsMfaConfigType constructor

SmsMfaConfigType({
  1. String? smsAuthenticationMessage,
  2. SmsConfigurationType? smsConfiguration,
})

Implementation

SmsMfaConfigType({
  this.smsAuthenticationMessage,
  this.smsConfiguration,
});