v1InitOtpAuthIntentV2 constructor
const
v1InitOtpAuthIntentV2({
- required String otpType,
- required String contact,
- num? otpLength,
- v1EmailCustomizationParams? emailCustomization,
- v1SmsCustomizationParams? smsCustomization,
- String? userIdentifier,
- String? sendFromEmailAddress,
- bool? alphanumeric,
- String? sendFromEmailSenderName,
- 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,
});