Classes | Functions | Variables
tornado::auth Namespace Reference

Classes

class  AuthError
class  FacebookGraphMixin
class  FacebookMixin
class  FriendFeedMixin
class  GoogleMixin
class  GoogleOAuth2Mixin
class  OAuth2Mixin
class  OAuthMixin
class  OpenIdMixin
class  TwitterMixin

Functions

def _auth_future_to_callback
def _auth_return_future
def _oauth10a_signature
def _oauth_escape
def _oauth_parse_response
def _oauth_signature

Variables

 long = int

Function Documentation

def tornado.auth._auth_future_to_callback (   callback,
  future 
) [private]

Definition at line 101 of file auth.py.

def tornado.auth._auth_return_future (   f) [private]
Similar to tornado.concurrent.return_future, but uses the auth
module's legacy callback interface.

Note that when using this decorator the ``callback`` parameter
inside the function will actually be a future.

Definition at line 110 of file auth.py.

def tornado.auth._oauth10a_signature (   consumer_token,
  method,
  url,
  parameters = {},
  token = None 
) [private]
Calculates the HMAC-SHA1 OAuth 1.0a signature for the given request.

See http://oauth.net/core/1.0a/#signing_process

Definition at line 1442 of file auth.py.

def tornado.auth._oauth_escape (   val) [private]

Definition at line 1466 of file auth.py.

def tornado.auth._oauth_parse_response (   body) [private]

Definition at line 1472 of file auth.py.

def tornado.auth._oauth_signature (   consumer_token,
  method,
  url,
  parameters = {},
  token = None 
) [private]
Calculates the HMAC-SHA1 OAuth signature for the given request.

See http://oauth.net/core/1.0/#signing_process

Definition at line 1418 of file auth.py.


Variable Documentation

Definition at line 94 of file auth.py.



rosbridge_server
Author(s): Jonathan Mace
autogenerated on Thu Aug 27 2015 14:50:40