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