nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore Class Reference

List of all members.

Public Member Functions

def lookup_consumer
def lookup_token
def lookup_nonce
def fetch_request_token
def fetch_access_token
def authorize_request_token

Detailed Description

A database abstraction used to lookup consumers and tokens.

Definition at line 557 of file oauth_api.py.


Member Function Documentation

def nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore::lookup_consumer (   self,
  key 
)
-> OAuthConsumer.

Definition at line 560 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore::lookup_token (   self,
  oauth_consumer,
  token_type,
  token_token 
)
-> OAuthToken.

Definition at line 564 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore::lookup_nonce (   self,
  oauth_consumer,
  oauth_token,
  nonce 
)
-> OAuthToken.

Definition at line 568 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore::fetch_request_token (   self,
  oauth_consumer,
  oauth_callback 
)
-> OAuthToken.

Definition at line 572 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore::fetch_access_token (   self,
  oauth_consumer,
  oauth_token,
  oauth_verifier 
)
-> OAuthToken.

Definition at line 576 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthDataStore::authorize_request_token (   self,
  oauth_token,
  user 
)
-> OAuthToken.

Definition at line 580 of file oauth_api.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:42:36 2012 for MythTV by  doxygen 1.6.3