|
MythTV
0.26-pre
|
Public Member Functions | |
| def | get_name |
| def | build_signature_base_string |
| def | build_signature |
Definition at line 604 of file oauth_api.py.
-> str.
Reimplemented from nv_python_libs.vimeo.oauth.oauth_api.OAuthSignatureMethod.
Definition at line 606 of file oauth_api.py.
| 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.
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_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.
1.7.6.1