|
MythTV
0.26-pre
|
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.
Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthConsumer::__init__(), nv_python_libs.vimeo.oauth.oauth_api.OAuthToken::__init__(), and nv_python_libs.vimeo.oauth.oauth_api.OAuthToken::to_string().
nv_python_libs::vimeo::oauth::oauth_api.OAuthConsumer::secret = None [static] |
Definition at line 80 of file oauth_api.py.
Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthConsumer.__init__(), nv_python_libs.vimeo.oauth.oauth_api.OAuthToken.__init__(), and nv_python_libs.vimeo.oauth.oauth_api.OAuthToken.to_string().
1.7.6.1