# Functions

DefaultTokenCredential is a modification of azidentity.NewDefaultAzureCredential, specifically adapted to not shell out to the Azure CLI.
LoadAADConfigFromBytes attempts to load the given bytes into the given AADConfig.
TokenCredentialFromAADConfig attempts to construct a Token using the AADConfig values.

# Structs

AADConfig contains the selection of fields from an Azure authentication file required for Active Directory authentication.
AZConfig contains the Service Principal fields as generated by `az`.