v1EmailAuthIntentV3 constructor
const
v1EmailAuthIntentV3({})
Implementation
const v1EmailAuthIntentV3({
required this.email,
required this.targetPublicKey,
this.apiKeyName,
this.expirationSeconds,
required this.emailCustomization,
this.invalidateExisting,
this.sendFromEmailAddress,
this.sendFromEmailSenderName,
this.replyToEmailAddress,
});