Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
OAuth for Python is an experimental, innovative, and rapidly changing new feature for App Engine. Unfortunately, being on the bleeding edge means that we may make backwards-incompatible changes to OAuth for Python. We will inform the community when this feature is no longer experimental.
The google.appengine.api.oauth
package provides the following exception classes:
This is the base class for all exceptions in this package.
The app attempted to get OAuth information but the request was not a valid OAuth request. This is a base class for the more specific errors InvalidOAuthParametersError and InvalidOAuthTokenError.
The client provided OAuth parameters with the request, but they are invalid.
The client provided an OAuth token with the request, but it has been revoked by the user, or is otherwise invalid.
There was an internal error with the OAuth service.