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

Public Member Functions

def get_name (self)
 
def build_signature_base_string (self, oauth_request, consumer, token)
 
def build_signature (self, oauth_request, consumer, token)
 
- Public Member Functions inherited from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod
def check_signature (self, oauth_request, consumer, token, signature)
 

Detailed Description

Definition at line 604 of file oauth_api.py.

Member Function Documentation

◆ get_name()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_HMAC_SHA1.get_name (   self)
-> str.

Reimplemented from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.

Definition at line 606 of file oauth_api.py.

◆ build_signature_base_string()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_HMAC_SHA1.build_signature_base_string (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)
-> str key, str raw.

Reimplemented from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.

Definition at line 609 of file oauth_api.py.

◆ build_signature()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_HMAC_SHA1.build_signature (   self,
  oauth_request,
  consumer,
  token 
)
Builds the base signature string.

Reimplemented from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.

Definition at line 622 of file oauth_api.py.


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