Package oauth2client :: Module appengine :: Class OAuth2Handler
[hide private]
[frames] | no frames]

Class OAuth2Handler

source code


Handler for the redirect_uri of the OAuth 2.0 dance.

Instance Methods [hide private]
 
get(self, *args)
Handler method for GET requests.

Inherited from google.appengine.ext.webapp._webapp25.RequestHandler: delete, error, handle_exception, head, initialize, options, post, put, redirect, trace

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from google.appengine.ext.webapp._webapp25.RequestHandler: get_url, new_factory

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get(self, *args)

 
Handler method for GET requests.

Decorators:
  • @login_required
Overrides: google.appengine.ext.webapp._webapp25.RequestHandler.get
(inherited documentation)