Public Member Functions | |
| def | __init__ |
| def | set_callback |
| def | set_verifier |
| def | get_callback_url |
| def | to_string |
| def | from_string |
| def | __str__ |
Static Public Attributes | |
| key = None | |
| secret = None | |
| callback = None | |
| callback_confirmed = None | |
| verifier = None | |
| tuple | from_string = staticmethod(from_string) |
OAuthToken is a data type that represents an End User via either an access or request token. key -- the token secret -- the token secret
Definition at line 87 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::__init__ | ( | self, | ||
| key, | ||||
| secret | ||||
| ) |
Definition at line 101 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::set_callback | ( | self, | ||
| callback | ||||
| ) |
Definition at line 105 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::set_verifier | ( | self, | ||
verifier = None | ||||
| ) |
Definition at line 109 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::get_callback_url | ( | self | ) |
Definition at line 115 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::to_string | ( | self | ) |
Definition at line 128 of file oauth_api.py.
Returns a token from something like: oauth_token_secret=xxx&oauth_token=xxx
Definition at line 137 of file oauth_api.py.
| def nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::__str__ | ( | self | ) |
Definition at line 152 of file oauth_api.py.
nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::key = None [static] |
Definition at line 95 of file oauth_api.py.
nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::secret = None [static] |
Definition at line 96 of file oauth_api.py.
nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::callback = None [static] |
Definition at line 97 of file oauth_api.py.
Definition at line 98 of file oauth_api.py.
nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::verifier = None [static] |
Definition at line 99 of file oauth_api.py.
tuple nv_python_libs::vimeo::oauth::oauth_api::OAuthToken::from_string = staticmethod(from_string) [static] |
Definition at line 150 of file oauth_api.py.
1.6.3