v1UpdateAuthProxyConfigIntent constructor

const v1UpdateAuthProxyConfigIntent({
  1. List<String>? allowedOrigins,
  2. List<String>? allowedAuthMethods,
  3. String? sendFromEmailAddress,
  4. String? replyToEmailAddress,
  5. String? emailAuthTemplateId,
  6. String? otpTemplateId,
  7. v1EmailCustomizationParams? emailCustomizationParams,
  8. v1SmsCustomizationParams? smsCustomizationParams,
  9. v1WalletKitSettingsParams? walletKitSettings,
  10. num? otpExpirationSeconds,
  11. num? verificationTokenExpirationSeconds,
  12. num? sessionExpirationSeconds,
  13. bool? otpAlphanumeric,
  14. num? otpLength,
  15. String? sendFromEmailSenderName,
  16. bool? verificationTokenRequiredForGetAccountPii,
  17. List<String>? socialLinkingClientIds,
})

Implementation

const v1UpdateAuthProxyConfigIntent({
  this.allowedOrigins,
  this.allowedAuthMethods,
  this.sendFromEmailAddress,
  this.replyToEmailAddress,
  this.emailAuthTemplateId,
  this.otpTemplateId,
  this.emailCustomizationParams,
  this.smsCustomizationParams,
  this.walletKitSettings,
  this.otpExpirationSeconds,
  this.verificationTokenExpirationSeconds,
  this.sessionExpirationSeconds,
  this.otpAlphanumeric,
  this.otpLength,
  this.sendFromEmailSenderName,
  this.verificationTokenRequiredForGetAccountPii,
  this.socialLinkingClientIds,
});