v1InitOtpAuthIntentV3 constructor

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

Implementation

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