nv_python_libs::vimeo::oauth::oauth_api::OAuthToken Class Reference

List of all members.

Public Member Functions

def __init__
def set_callback
def set_verifier
def get_callback_url
def to_string
def from_string
def __str__

Static Public Attributes

 key = None
 secret = None
 callback = None
 callback_confirmed = None
 verifier = None
tuple from_string = staticmethod(from_string)

Detailed Description

OAuthToken is a data type that represents an End User via either an access
or request token.

key -- the token
secret -- the token secret

Definition at line 87 of file oauth_api.py.


Member Function Documentation

def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::__init__ (   self,
  key,
  secret 
)

Definition at line 101 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::set_callback (   self,
  callback 
)

Definition at line 105 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::set_verifier (   self,
  verifier = None 
)

Definition at line 109 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::get_callback_url (   self  ) 

Definition at line 115 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::to_string (   self  ) 

Definition at line 128 of file oauth_api.py.

Returns a token from something like:
oauth_token_secret=xxx&oauth_token=xxx

Definition at line 137 of file oauth_api.py.

def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::__str__ (   self  ) 

Definition at line 152 of file oauth_api.py.


Member Data Documentation

Definition at line 95 of file oauth_api.py.

Definition at line 96 of file oauth_api.py.

Definition at line 97 of file oauth_api.py.

Definition at line 98 of file oauth_api.py.

Definition at line 99 of file oauth_api.py.

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