EmailSignInOptions class

Options for email-based sign in

Constructors

EmailSignInOptions({required String email, String? token, String? turnstileToken, String? locale})
Creates email sign in options

Properties

email String
User email address
final
hashCode int
The hash code for this object.
no setterinherited
locale String?
Optional locale for the email sign-in process
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
Verification token If the token is missing in emailOptions, a verification code will be sent to the email, otherwise the server-side sign-in process will be invoked.
final
turnstileToken String?
Optional Turnstile token for bot protection by your server
final

Methods

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

Operators

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