Flow class

Available extensions

Constructors

Flow.authorizationCode(Client client, {String? state, String? prompt, String? accessType, Uri? redirectUri, List<String> scopes = const ['openid', 'profile', 'email']})
Flow.authorizationCodeWithPKCE(Client client, {String? state})
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

authorize({dynamic urlLauncher(String url)?}) Future<Credential>

Available on Flow, provided by the FlowX extension

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