# Functions
GetConfig reads config from a file specified as arg or from the environment.
GetNewClient creates a new client for the specified endpoint.
GetNewConfidentialClient creates a new client for the specified endpoint.
# Structs
ErrorResponse repsents a failed response.
OauthClient represents a stateful Oauth client.
OauthConfig represents configuration used to create Oauth clients.
TokenResponse represents successful token response.
# Type aliases
No description provided by the author