| FFmpeg
    | 


| Public Member Functions | |
| def | __init__ (self, oauth_consumer, oauth_token) | 
| def | get_consumer (self) | 
| def | get_token (self) | 
| def | fetch_request_token (self, oauth_request) | 
| def | fetch_access_token (self, oauth_request) | 
| def | access_resource (self, oauth_request) | 
| def | __init__ (self, oauth_consumer, oauth_token) | 
| def | get_consumer (self) | 
| def | get_token (self) | 
| def | fetch_request_token (self, oauth_request) | 
| def | fetch_access_token (self, oauth_request) | 
| def | access_resource (self, oauth_request) | 
| Static Public Attributes | |
| consumer = None | |
| token = None | |
Detailed Description
OAuthClient is a worker to attempt to execute a request.
Definition at line 532 of file musixmatch-master/7digital-python/lib/oauth.py.
Constructor & Destructor Documentation
| def 7digital-python.lib.oauth.OAuthClient.__init__ | ( | self, | |
| oauth_consumer, | |||
| oauth_token | |||
| ) | 
Definition at line 537 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.__init__().
| def 7digital-python.lib.oauth.OAuthClient.__init__ | ( | self, | |
| oauth_consumer, | |||
| oauth_token | |||
| ) | 
Definition at line 537 of file Yading/7digital-python/lib/oauth.py.
Member Function Documentation
| def 7digital-python.lib.oauth.OAuthClient.access_resource | ( | self, | |
| oauth_request | |||
| ) | 
-> Some protected resource.
Definition at line 555 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.access_resource().
| def 7digital-python.lib.oauth.OAuthClient.access_resource | ( | self, | |
| oauth_request | |||
| ) | 
-> Some protected resource.
Definition at line 555 of file Yading/7digital-python/lib/oauth.py.
| def 7digital-python.lib.oauth.OAuthClient.fetch_access_token | ( | self, | |
| oauth_request | |||
| ) | 
-> OAuthToken.
Definition at line 551 of file Yading/7digital-python/lib/oauth.py.
| def 7digital-python.lib.oauth.OAuthClient.fetch_access_token | ( | self, | |
| oauth_request | |||
| ) | 
-> OAuthToken.
Definition at line 551 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.fetch_access_token().
| def 7digital-python.lib.oauth.OAuthClient.fetch_request_token | ( | self, | |
| oauth_request | |||
| ) | 
-> OAuthToken.
Definition at line 547 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.fetch_request_token().
| def 7digital-python.lib.oauth.OAuthClient.fetch_request_token | ( | self, | |
| oauth_request | |||
| ) | 
-> OAuthToken.
Definition at line 547 of file Yading/7digital-python/lib/oauth.py.
| def 7digital-python.lib.oauth.OAuthClient.get_consumer | ( | self | ) | 
Definition at line 541 of file Yading/7digital-python/lib/oauth.py.
| def 7digital-python.lib.oauth.OAuthClient.get_consumer | ( | self | ) | 
Definition at line 541 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.get_consumer().
| def 7digital-python.lib.oauth.OAuthClient.get_token | ( | self | ) | 
Definition at line 544 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.get_token().
| def 7digital-python.lib.oauth.OAuthClient.get_token | ( | self | ) | 
Definition at line 544 of file Yading/7digital-python/lib/oauth.py.
Field Documentation
| 
 | static | 
Definition at line 534 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.__init__(), and 7digital-python.lib.oauth.OAuthClient.get_consumer().
| 
 | static | 
Definition at line 535 of file musixmatch-master/7digital-python/lib/oauth.py.
Referenced by 7digital-python.lib.oauth.OAuthClient.__init__(), and 7digital-python.lib.oauth.OAuthClient.get_token().
The documentation for this class was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11