Public Member Functions | |
| def | __init__ |
Static Public Attributes | |
| key = None | |
| secret = None | |
Consumer of OAuth authentication. OAuthConsumer is a data type that represents the identity of the Consumer via its shared secret with the Service Provider.
Definition at line 72 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthConsumer::__init__ | ( | self, | ||
| key, | ||||
| secret | ||||
| ) |
Definition at line 82 of file oauth_api.py.
nv_python_libs::vimeo::oauth::oauth_api::OAuthConsumer::key = None [static] |
Definition at line 79 of file oauth_api.py.
nv_python_libs::vimeo::oauth::oauth_api::OAuthConsumer::secret = None [static] |
Definition at line 80 of file oauth_api.py.
1.6.3