oauth_flutter library

Classes

OAuth2Client<T extends SecureOAuth2Token>
A client that handles the complete OAuth2 flow
OAuth2ClientCredentials
A wrapper for OAuth2 client credentials
OAuth2Endpoints
Wrapper for all OAuth2 endpoints
OAuth2Verification
Holds configuration for OAuth2 verification options
OAuthAuthorization
OAuth2 authorization
SecureOAuth2Token
An OAuth token response

Typedefs

OAuth2TokenDecoder<T extends SecureOAuth2Token> = T Function(Map<String, dynamic> json)
Decoder for the OAuth2 token
ReAuthenticationCallback<T extends SecureOAuth2Token> = Future<T?> Function()
A request for re-authentication