oauth_chopper library
OAuthChopper for configuring OAuth authentication with Chopper.
More dartdocs go here.
Classes
- AuthorizationCodeGrant
- Obtains credentials using a authorization code grant.
- ClientCredentialsGrant
- Obtains credentials using a client credentials grant.
- OAuthChopper
- OAuthChopper client for configuring OAuth authentication with Chopper.
- OAuthGrant
- Interface for a OAuth grant. Grants are used to obtain credentials from an authorization server.
- OAuthStorage
- Interface for storage of OAuth credentials.
- OAuthToken
-
A wrapper around
Credentials
to provide a more convenient API. - ResourceOwnerPasswordGrant
- Obtains credentials using a resource owner password grant.
Exceptions / Errors
- AuthorizationException
- An exception raised when OAuth2 authorization fails.
- ExpirationException
- An exception raised when attempting to use expired OAuth2 credentials.