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