FFmpeg
|
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) |
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) |
Detailed Description
A database abstraction used to lookup consumers and tokens.
Definition at line 560 of file musixmatch-master/7digital-python/lib/oauth.py.
Member Function Documentation
def 7digital-python.lib.oauth.OAuthDataStore.authorize_request_token | ( | self, | |
oauth_token, | |||
user | |||
) |
-> OAuthToken.
Definition at line 583 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthDataStore.authorize_request_token().
def 7digital-python.lib.oauth.OAuthDataStore.authorize_request_token | ( | self, | |
oauth_token, | |||
user | |||
) |
-> OAuthToken.
Definition at line 583 of file Yading/7digital-python/lib/oauth.py.
def 7digital-python.lib.oauth.OAuthDataStore.fetch_access_token | ( | self, | |
oauth_consumer, | |||
oauth_token, | |||
oauth_verifier | |||
) |
-> OAuthToken.
Definition at line 579 of file Yading/7digital-python/lib/oauth.py.
def 7digital-python.lib.oauth.OAuthDataStore.fetch_access_token | ( | self, | |
oauth_consumer, | |||
oauth_token, | |||
oauth_verifier | |||
) |
-> OAuthToken.
Definition at line 579 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthDataStore.fetch_access_token().
def 7digital-python.lib.oauth.OAuthDataStore.fetch_request_token | ( | self, | |
oauth_consumer, | |||
oauth_callback | |||
) |
-> OAuthToken.
Definition at line 575 of file Yading/7digital-python/lib/oauth.py.
def 7digital-python.lib.oauth.OAuthDataStore.fetch_request_token | ( | self, | |
oauth_consumer, | |||
oauth_callback | |||
) |
-> OAuthToken.
Definition at line 575 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthDataStore.fetch_request_token().
def 7digital-python.lib.oauth.OAuthDataStore.lookup_consumer | ( | self, | |
key | |||
) |
-> OAuthConsumer.
Definition at line 563 of file Yading/7digital-python/lib/oauth.py.
def 7digital-python.lib.oauth.OAuthDataStore.lookup_consumer | ( | self, | |
key | |||
) |
-> OAuthConsumer.
Definition at line 563 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthDataStore.lookup_consumer().
def 7digital-python.lib.oauth.OAuthDataStore.lookup_nonce | ( | self, | |
oauth_consumer, | |||
oauth_token, | |||
nonce | |||
) |
-> OAuthToken.
Definition at line 571 of file Yading/7digital-python/lib/oauth.py.
def 7digital-python.lib.oauth.OAuthDataStore.lookup_nonce | ( | self, | |
oauth_consumer, | |||
oauth_token, | |||
nonce | |||
) |
-> OAuthToken.
Definition at line 571 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthDataStore.lookup_nonce().
def 7digital-python.lib.oauth.OAuthDataStore.lookup_token | ( | self, | |
oauth_consumer, | |||
token_type, | |||
token_token | |||
) |
-> OAuthToken.
Definition at line 567 of file Yading/7digital-python/lib/oauth.py.
def 7digital-python.lib.oauth.OAuthDataStore.lookup_token | ( | self, | |
oauth_consumer, | |||
token_type, | |||
token_token | |||
) |
-> OAuthToken.
Definition at line 567 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthDataStore.lookup_token().
The documentation for this class was generated from the following file:
Generated on Mon Nov 18 2024 06:52:13 for FFmpeg by 1.8.11