GenerateLinkProperties class

Constructors

GenerateLinkProperties.fromJson(Map<String, dynamic> json)

Properties

The email link to send to the user. The action_link follows the following format: auth/v1/verify?type={verification_type}&token={hashed_token}&redirect_to={redirect_to}
final
emailOtp String
The raw email OTP. You should send this in the email if you want your users to verify using an OTP instead of the action link.
final
hashCode int
The hash code for this object.
no setterinherited
hashedToken String
The hashed token appended to the action link.
final
redirectTo String
The URL appended to the action link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationType GenerateLinkType
The verification type that the email link is associated to.
final

Methods

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

Operators

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