# Functions
AccessTokensPath returns the path where access tokens are stored from the Azure CLI TODO(#199): add unit test.
GetTokenFromCLI gets a token using Azure CLI 2.0 for local development scenarios.
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.
User represents a User from the Azure CLI.