v1InitOtpIntent constructor

const v1InitOtpIntent({
  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? expirationSeconds,
  11. String? replyToEmailAddress,
})

Implementation

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