Flow class
Constructors
- Flow.implicit(Client client, {String? state})
- Flow.jwtBearer(Client client)
Properties
- authenticationUri → Uri
-
no setter
- client → Client?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- redirectUri ↔ Uri
-
getter/setter pair
- responseType → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ List<
String> -
final
- state → String
-
final
- type → FlowType
-
final
Methods
-
callback(
Map< String, String> response) → Future<Credential> -
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