v1InitUserEmailRecoveryIntent constructor

const v1InitUserEmailRecoveryIntent({
  1. required String email,
  2. required String targetPublicKey,
  3. String? expirationSeconds,
  4. v1EmailCustomizationParams? emailCustomization,
  5. String? sendFromEmailAddress,
  6. String? sendFromEmailSenderName,
  7. String? replyToEmailAddress,
})

Implementation

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