nv_python_libs::vimeo::oauth::oauth_api::OAuthClient Class Reference

List of all members.

Public Member Functions

def __init__
def get_consumer
def get_token
def fetch_request_token
def fetch_access_token
def access_resource

Static Public Attributes

 consumer = None
 token = None

Detailed Description

OAuthClient is a worker to attempt to execute a request.

Definition at line 529 of file oauth_api.py.


Member Function Documentation

def nv_python_libs::vimeo::oauth::oauth_api::OAuthClient::__init__ (   self,
  oauth_consumer,
  oauth_token 
)

Definition at line 534 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthClient::get_consumer (   self  ) 

Definition at line 538 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthClient::get_token (   self  ) 

Definition at line 541 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthClient::fetch_request_token (   self,
  oauth_request 
)
-> OAuthToken.

Definition at line 544 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthClient::fetch_access_token (   self,
  oauth_request 
)
-> OAuthToken.

Definition at line 548 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthClient::access_resource (   self,
  oauth_request 
)
-> Some protected resource.

Definition at line 552 of file oauth_api.py.


Member Data Documentation

Definition at line 531 of file oauth_api.py.

Definition at line 532 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