# Functions
AccessTokensPath returns the path where access tokens are stored from the Azure CLI.
LoadProfile restores a Profile object from a file located at 'path'.
LoadTokens restores a set of Token objects from a file located at 'path'.
ParseExpirationDate parses either a Azure CLI or CloudShell date into a time object.
ProfilePath returns the path where the Azure Profile is stored from the Azure CLI.
# Structs
Profile represents a Profile from the Azure CLI.
Subscription represents a Subscription from the Azure CLI.
Token represents an AccessToken from the Azure CLI.