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

authorize(AuthorizationRequest request) Future<AuthorizationResponse>
Sends an authorization request.
authorizeAndExchangeCode(AuthorizationTokenRequest request) Future<AuthorizationTokenResponse>
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