v1EmailCustomizationParams class

Constructors

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

Properties

appName String?
The name of the application.
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