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

Public Member Functions

def __init__ (self, key, secret)
 

Static Public Attributes

 key = None
 
 secret = None
 

Detailed Description

Consumer of OAuth authentication.

OAuthConsumer is a data type that represents the identity of the Consumer
via its shared secret with the Service Provider.

Definition at line 71 of file oauth_api.py.

Constructor & Destructor Documentation

◆ __init__()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthConsumer.__init__ (   self,
  key,
  secret 
)

Definition at line 81 of file oauth_api.py.

Member Data Documentation

◆ key

nv_python_libs.vimeo.oauth.oauth_api.OAuthConsumer.key = None
static

◆ secret

nv_python_libs.vimeo.oauth.oauth_api.OAuthConsumer.secret = None
static

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