FlutterAppAuthPlatform class abstract

The platform interface that all implementations of flutter_appauth must implement.

Inheritance
  • Object
  • PlatformInterface
  • FlutterAppAuthPlatform

Constructors

FlutterAppAuthPlatform()

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 the authorization grant code.
endSession(EndSessionRequest request) Future<EndSessionResponse?>
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

Static Properties

instance FlutterAppAuthPlatform
The default instance of FlutterAppAuthPlatform to use.
getter/setter pair