LoginState enum
Whether this is a sign-up or sign-in action for this account, i.e. whether this account has ever been used to sign in to this RP before.
Values
- signIn → const LoginState
-
const LoginState('SignIn')
- signUp → const LoginState
-
const LoginState('SignUp')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LoginState> - A constant List of the values in this enum, in order of their declaration.