GraphEmailLoginMethod class

Implemented types

Constructors

GraphEmailLoginMethod({required Node graphLoginNode})

Properties

getter/setter pair
errorFunction ↔ (dynamic Function(Object error)?)
getter/setter pair
errorKey Object?
How you expect to find the error in responce, Map, to be String, Map, dynamic, ...
getter/setter pair
graphLoginNode ↔ Node
Map that gets called in GraphQL case
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
getter/setter pairoverride
tokenKey Object?
How you expect to find the token in responce, Map, to be String, Map, dynamic, ...
getter/setter pair

Methods

auth() Future<AuthUser>
override
logout() Future<void>
override
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