AuthEmailRequest class
Email verification payload shared with provider callbacks.
Constructors
- AuthEmailRequest({required String email, required String token, required String callbackUrl, required DateTime expiresAt})
Properties
- callbackUrl → String
-
Callback URL to complete the sign-in.
final
- email → String
-
User email address.
final
- expiresAt → DateTime
-
Expiration timestamp for the token.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
Verification token.
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