v1InitOtpIntentV3 constructor

const v1InitOtpIntentV3({
  1. required String otpType,
  2. required String contact,
  3. required String appName,
  4. num? otpLength,
  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 v1InitOtpIntentV3({
  required this.otpType,
  required this.contact,
  required this.appName,
  this.otpLength,
  this.emailCustomization,
  this.smsCustomization,
  this.userIdentifier,
  this.sendFromEmailAddress,
  this.alphanumeric,
  this.sendFromEmailSenderName,
  this.expirationSeconds,
  this.replyToEmailAddress,
});