v1InitOtpAuthIntent constructor

const v1InitOtpAuthIntent({
  1. required String otpType,
  2. required String contact,
  3. v1EmailCustomizationParams? emailCustomization,
  4. v1SmsCustomizationParams? smsCustomization,
  5. String? userIdentifier,
  6. String? sendFromEmailAddress,
  7. String? sendFromEmailSenderName,
  8. String? replyToEmailAddress,
})

Implementation

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