MythTV master
Public Member Functions | List of all members
nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore Class Reference
Inheritance diagram for nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore:
[legend]
Collaboration diagram for nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore:
[legend]

Public Member Functions

def lookup_consumer (self, key)
 
def lookup_token (self, oauth_consumer, token_type, token_token)
 
def lookup_nonce (self, oauth_consumer, oauth_token, nonce)
 
def fetch_request_token (self, oauth_consumer, oauth_callback)
 
def fetch_access_token (self, oauth_consumer, oauth_token, oauth_verifier)
 
def authorize_request_token (self, oauth_token, user)
 

Detailed Description

A database abstraction used to lookup consumers and tokens.

Definition at line 557 of file oauth_api.py.

Member Function Documentation

◆ authorize_request_token()

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.

◆ fetch_access_token()

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.

◆ fetch_request_token()

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.

◆ lookup_consumer()

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

Definition at line 560 of file oauth_api.py.

◆ lookup_nonce()

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.

◆ lookup_token()

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.


The documentation for this class was generated from the following file: