EmailAuthOption class

Email sign-in config

Annotations

Constructors

EmailAuthOption({bool requireDisplayName = true, bool enableMailLink = false, String handleURL = '', String androidPackageName = '', String androidMinimumVersion = ''})
requireDisplayName enables the option to require the display name. enableMailLink enables email link sign-in instead of password based sign-in. handleURL represents the state/continue URL in the form of a universal link. androidPackageName the Android package name, if available. androidMinimumVersion the minimum Android version supported, if available.
const

Properties

androidMinimumVersion String
the minimum Android version supported, if available.
final
androidPackageName String
the Android package name, if available.
final
enables email link sign-in instead of password based sign-in.
final
handleURL String
represents the state/continue URL in the form of a universal link.
final
hashCode int
The hash code for this object.
no setterinherited
requireDisplayName bool
enables the option to require the display name.
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