MythTV master
|
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) |
![]() | |
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) |
Definition at line 639 of file oauth_api.py.
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 651 of file oauth_api.py.
Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.check_signature(), and nv_python_libs.vimeo.oauth.oauth_api.OAuthRequest.sign_request().
def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT.build_signature_base_string | ( | self, | |
oauth_request, | |||
consumer, | |||
token | |||
) |
Concatenates the consumer key and secret.
Reimplemented from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.
Definition at line 644 of file oauth_api.py.
Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_HMAC_SHA1.build_signature(), and nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT.build_signature().
def nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod_PLAINTEXT.get_name | ( | self | ) |
-> str.
Reimplemented from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.
Definition at line 641 of file oauth_api.py.