Singleton class to manage API tokens.
Returns the current access token. Always call this at point-of-use so you get the live value from the singleton rather than a value captured at render/effect time that may have gone stale after a token refresh.
Static
Singleton class to manage API tokens.