7digital-python.lib.oauth.OAuthConsumer Class Reference
Inheritance diagram for 7digital-python.lib.oauth.OAuthConsumer:
Inheritance graph
Collaboration diagram for 7digital-python.lib.oauth.OAuthConsumer:
Collaboration graph

Public Member Functions

def __init__ (self, key, secret)
 
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 73 of file musixmatch-master/7digital-python/lib/oauth.py.

Constructor & Destructor Documentation

def 7digital-python.lib.oauth.OAuthConsumer.__init__ (   self,
  key,
  secret 
)
def 7digital-python.lib.oauth.OAuthConsumer.__init__ (   self,
  key,
  secret 
)

Definition at line 83 of file Yading/7digital-python/lib/oauth.py.

Field Documentation


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