v1EmailAuthCustomizationParams constructor

const v1EmailAuthCustomizationParams({
  1. required String appName,
  2. String? logoUrl,
  3. String? magicLinkTemplate,
  4. String? templateVariables,
  5. String? templateId,
})

Implementation

const v1EmailAuthCustomizationParams({
  required this.appName,
  this.logoUrl,
  this.magicLinkTemplate,
  this.templateVariables,
  this.templateId,
});