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

Public Member Functions

def get_name (self)
 
def build_signature_base_string (self, oauth_request, oauth_consumer, oauth_token)
 
def build_signature (self, oauth_request, oauth_consumer, oauth_token)
 
def check_signature (self, oauth_request, consumer, token, signature)
 
def get_name (self)
 
def build_signature_base_string (self, oauth_request, oauth_consumer, oauth_token)
 
def build_signature (self, oauth_request, oauth_consumer, oauth_token)
 
def check_signature (self, oauth_request, consumer, token, signature)
 

Detailed Description

A strategy class that implements a signature method.

Definition at line 588 of file musixmatch-master/7digital-python/lib/oauth.py.

Member Function Documentation

def 7digital-python.lib.oauth.OAuthSignatureMethod.build_signature (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)
def 7digital-python.lib.oauth.OAuthSignatureMethod.build_signature (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)
-> str.

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

def 7digital-python.lib.oauth.OAuthSignatureMethod.build_signature_base_string (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)
def 7digital-python.lib.oauth.OAuthSignatureMethod.build_signature_base_string (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)
-> str key, str raw.

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

def 7digital-python.lib.oauth.OAuthSignatureMethod.check_signature (   self,
  oauth_request,
  consumer,
  token,
  signature 
)
def 7digital-python.lib.oauth.OAuthSignatureMethod.check_signature (   self,
  oauth_request,
  consumer,
  token,
  signature 
)

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

def 7digital-python.lib.oauth.OAuthSignatureMethod.get_name (   self)
-> str.

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


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