# Functions

NewOAuthClient creates a new HTTP client that supports OAuth2 client credentials based authorization.
NewTokenAuthClient creates a new HTTP client that supports token based authorization.
NewTokenAuthTransport creates a new http transport to be used for token authorization.

# Structs

OauthCredentials holds information for authenticating to Dynatrace using Oauth2.0 client credential flow.
TokenAuthTransport should be used to enable a client to use dynatrace token authorization.