Manager Core
An abstract class providing core functionalities for manager classes. This class handles token management, synchronicity control, and HMAC token generation for API requests.
Inheritors
Properties
Link copied to clipboard
Determines the appropriate oauth token for any given query. This can be either the access token or the user token. Default behavior is to return the user token if available and fall back to the access token if not. Order of precedence:
Link copied to clipboard
Used to control manager's synchronous state. Default is asynchronous
Link copied to clipboard
Token that is used a single time. Once used, it should be set to null