# Functions
NewAuthorizerFromEnvironment creates an Authorizer configured from environment variables in the order: 1.
NewAuthorizerFromEnvironmentWithResource creates an Authorizer configured from environment variables in the order: 1.
NewAuthorizerFromFile creates an Authorizer configured from a configuration file.
NewClientCertificateConfig creates a ClientCertificateConfig object configured to obtain an Authorizer through client certificate.
NewClientCredentialsConfig creates an AuthorizerConfig object configured to obtain an Authorizer through Client Credentials.
NewDeviceFlowConfig creates a DeviceFlowConfig object configured to obtain an Authorizer through device flow.
NewMSIConfig creates an MSIConfig object configured to obtain an Authorizer through MSI.
NewUsernamePasswordConfig creates an UsernamePasswordConfig object configured to obtain an Authorizer through username and password.
# Structs
ClientCertificateConfig provides the options to get a bearer authorizer from a client certificate.
ClientCredentialsConfig provides the options to get a bearer authorizer from client credentials.
DeviceFlowConfig provides the options to get a bearer authorizer using device flow authentication.
MSIConfig provides the options to get a bearer authorizer through MSI.
UsernamePasswordConfig provides the options to get a bearer authorizer from a username and a password.
# Interfaces
AuthorizerConfig provides an authorizer from the configuration provided.