flutter_appauth library
Classes
- AuthorizationRequest
- The details of an authorization request to get an authorization code.
- AuthorizationResponse
- Contains the response from making an authorization request.
- AuthorizationServiceConfiguration
- AuthorizationTokenRequest
- Details required for a combined authorization and code exchange request
- AuthorizationTokenResponse
- The details from making a successful combined authorization and token exchange request.
- EndSessionRequest
- Represents an end session request.
- EndSessionResponse
- Represents the response from performing an end session/logout request.
- FlutterAppAuth
- FlutterAppAuthOAuthError
- Represents OAuth error codes that can be returned by the authorization server.
- FlutterAppAuthPlatformErrorDetails
- The details of an error thrown from the underlying platform's AppAuth SDK
- GrantType
- TokenRequest
- Details for a token exchange request.
- TokenResponse
- Details from making a successful token exchange.
Enums
Exceptions / Errors
- FlutterAppAuthPlatformException
-
Thrown to indicate an interaction failed in the
package:flutter_appauth
plugin. - FlutterAppAuthUserCancelledException
- Thrown when an authorization request has been cancelled as a result of a user closing the browser.