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

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)
 

Detailed Description

A strategy class that implements a signature method.

Definition at line 585 of file oauth_api.py.

Member Function Documentation

◆ get_name()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.get_name (   self)

◆ build_signature_base_string()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.build_signature_base_string (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)

◆ build_signature()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.build_signature (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)

◆ check_signature()

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.check_signature (   self,
  oauth_request,
  consumer,
  token,
  signature 
)

Definition at line 599 of file oauth_api.py.


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