oauth.client

OAuth 2.0 client module

Members

Classes

OAuthException
class OAuthException

Exception type used to indicate OAuth error conditions.

OAuthProvider
class OAuthProvider

Represents an OAuth 2.0 authentication server.

OAuthSession
class OAuthSession

Holds an access token and optionally a refresh token.

OAuthSettings
class OAuthSettings

Settings for an OAuth 2.0 client application.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Standards

Conforms to RFC 6749

Authors

Harry T. Vennik