AuthenticationState enum

An enum for specifying the state of the connection to the parse server (from an authentication view).

Inheritance

Constructors

AuthenticationState()
const

Values

Uninitialized → const AuthenticationState

The package is uninitialized. A state has not yet been determined.

Authenticated → const AuthenticationState

The user is authenticated and Parse is ready to use.

Unauthenticated → const AuthenticationState

The user is not authenticated, a log in option should be shown.

Authenticating → const AuthenticationState

Information where received, the package is authenticating Parse

LogInOpen → const AuthenticationState

WEB ONLY! The browser window for logging in is open. You might want to show the user some kind of loading indication. If not, use this state like AuthenticationState.Unauthenticated.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<AuthenticationState>
A constant List of the values in this enum, in order of their declaration.