Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Exceptions

Experimental!

OAuth for Python is an experimental, innovative, and rapidly changing new feature for Google 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:

exception Error ()

This is the base class for all exceptions in this package.

exception OAuthRequestError ()

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.

exception InvalidOAuthParametersError ()

The client provided OAuth parameters with the request, but they are invalid.

exception InvalidOAuthTokenError ()

The client provided an OAuth token with the request, but it has been revoked by the user, or is otherwise invalid.

exception OAuthServiceFailureError ()

There was an internal error with the OAuth service.


Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.