TokenManager
Example
To use the TokenManager class, simply call it as follows:
from hiveadb.functions import TokenManager
print(TokenManager('user_token').list_tokens())
Expected Output
A list of all the tokens that are loaded into the DataBricks Workspace.