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