v1EmailAuthCustomizationParams class

Constructors

v1EmailAuthCustomizationParams({required String appName, String? logoUrl, String? magicLinkTemplate, String? templateVariables, String? templateId})
const
v1EmailAuthCustomizationParams.fromJson(Map<String, dynamic> json)
factory

Properties

appName String
The name of the application. This field is required and will be used in email notifications if an email template is not provided.
final
hashCode int
The hash code for this object.
no setterinherited
logoUrl String?
A URL pointing to a logo in PNG format. Note this logo will be resized to fit into 340px x 124px.
final
magicLinkTemplate String?
A template for the URL to be used in a magic link button, e.g. https://dapp.xyz/%s. The auth bundle will be interpolated into the %s.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String?
Unique identifier for a given Email Template. If not specified, the default is the most recent Email Template.
final
templateVariables String?
JSON object containing key/value pairs to be used with custom templates.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited