TInitOtpBody constructor
const
TInitOtpBody({
- String? timestampMs,
- String? organizationId,
- required String otpType,
- required String contact,
- num? otpLength,
- v1EmailCustomizationParams? emailCustomization,
- v1SmsCustomizationParams? smsCustomization,
- String? userIdentifier,
- String? sendFromEmailAddress,
- bool? alphanumeric,
- String? sendFromEmailSenderName,
- String? expirationSeconds,
- String? replyToEmailAddress,
Implementation
const TInitOtpBody({
this.timestampMs,
this.organizationId,
required this.otpType,
required this.contact,
this.otpLength,
this.emailCustomization,
this.smsCustomization,
this.userIdentifier,
this.sendFromEmailAddress,
this.alphanumeric,
this.sendFromEmailSenderName,
this.expirationSeconds,
this.replyToEmailAddress,
});