MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions
nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT Class Reference
Inheritance diagram for nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT:
nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod

List of all members.

Public Member Functions

def get_name
def build_signature_base_string
def build_signature

Detailed Description

Definition at line 638 of file oauth_api.py.


Member Function Documentation

-> str.

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

Definition at line 640 of file oauth_api.py.

Concatenates the consumer key and secret.

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

Definition at line 643 of file oauth_api.py.

Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT.build_signature().

def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT.build_signature (   self,
  oauth_request,
  oauth_consumer,
  oauth_token 
)
-> str.

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

Definition at line 650 of file oauth_api.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends