Public Member Functions | |
| def | get_name |
| def | build_signature_base_string |
| def | build_signature |
| def | check_signature |
A strategy class that implements a signature method.
Definition at line 585 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod::get_name | ( | self | ) |
-> str.
Reimplemented in nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod_HMAC_SHA1, and nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod_PLAINTEXT.
Definition at line 587 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod::build_signature_base_string | ( | self, | ||
| oauth_request, | ||||
| oauth_consumer, | ||||
| oauth_token | ||||
| ) |
-> str key, str raw.
Reimplemented in nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod_HMAC_SHA1, and nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod_PLAINTEXT.
Definition at line 591 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod::build_signature | ( | self, | ||
| oauth_request, | ||||
| oauth_consumer, | ||||
| oauth_token | ||||
| ) |
-> str.
Reimplemented in nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod_HMAC_SHA1, and nv_python_libs::vimeo::oauth::oauth_api::OAuthSignatureMethod_PLAINTEXT.
Definition at line 595 of file oauth_api.py.
| 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.
1.6.3