EnchantedLinkResponse class

Returned from calls that start an enchanted link flow.

The linkId value needs to be displayed to the user so they know which link should be clicked on in the enchanted link email. The maskedEmail field can also be shown to inform the user to which address the email was sent. The pendingRef field is used to poll the server for the enchanted link flow result.

Constructors

EnchantedLinkResponse(String linkId, String pendingRef, String maskedEmail)

Properties

hashCode int
The hash code for this object.
no setterinherited
linkId String
final
maskedEmail String
final
pendingRef String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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