FlutterAppAuth class
Constructors
- FlutterAppAuth()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
- Sends an authorization request.
- Convenience method for authorizing and then exchanges code
-
endSession(
EndSessionRequest request) → Future< EndSessionResponse> - Performs an end session/logout request.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
token(
TokenRequest request) → Future< TokenResponse> - For exchanging tokens.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited