v1InitOtpAuthIntentV2 constructor

const v1InitOtpAuthIntentV2({
  1. required String otpType,
  2. required String contact,
  3. num? otpLength,
  4. v1EmailCustomizationParams? emailCustomization,
  5. v1SmsCustomizationParams? smsCustomization,
  6. String? userIdentifier,
  7. String? sendFromEmailAddress,
  8. bool? alphanumeric,
  9. String? sendFromEmailSenderName,
  10. String? replyToEmailAddress,
})

Implementation

const v1InitOtpAuthIntentV2({
  required  this.otpType,
  required  this.contact,
   this.otpLength,
   this.emailCustomization,
   this.smsCustomization,
   this.userIdentifier,
   this.sendFromEmailAddress,
   this.alphanumeric,
   this.sendFromEmailSenderName,
   this.replyToEmailAddress,
});