|
MythTV master
|
Public Member Functions | |
| def | lookup_consumer (self, key) |
| def | lookup_token (self, oauth_consumer, token_type, token_token) |
| def | lookup_nonce (self, oauth_consumer, oauth_token, nonce) |
| def | fetch_request_token (self, oauth_consumer, oauth_callback) |
| def | fetch_access_token (self, oauth_consumer, oauth_token, oauth_verifier) |
| def | authorize_request_token (self, oauth_token, user) |
A database abstraction used to lookup consumers and tokens.
Definition at line 557 of file oauth_api.py.
| def nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore.authorize_request_token | ( | self, | |
| oauth_token, | |||
| user | |||
| ) |
-> OAuthToken.
Definition at line 580 of file oauth_api.py.
| def nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore.fetch_access_token | ( | self, | |
| oauth_consumer, | |||
| oauth_token, | |||
| oauth_verifier | |||
| ) |
-> OAuthToken.
Definition at line 576 of file oauth_api.py.
| def nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore.fetch_request_token | ( | self, | |
| oauth_consumer, | |||
| oauth_callback | |||
| ) |
-> OAuthToken.
Definition at line 572 of file oauth_api.py.
| def nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore.lookup_consumer | ( | self, | |
| key | |||
| ) |
-> OAuthConsumer.
Definition at line 560 of file oauth_api.py.
| def nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore.lookup_nonce | ( | self, | |
| oauth_consumer, | |||
| oauth_token, | |||
| nonce | |||
| ) |
-> OAuthToken.
Definition at line 568 of file oauth_api.py.
| def nv_python_libs.vimeo.oauth.oauth_api.OAuthDataStore.lookup_token | ( | self, | |
| oauth_consumer, | |||
| token_type, | |||
| token_token | |||
| ) |
-> OAuthToken.
Definition at line 564 of file oauth_api.py.