# Functions

NewBasicAuthentication returns a value describing authentication credentials for a HTTP request.
NewBearer returns a value describing authentication credentials for a HTTP request.
NewBearerWithStaticToken returns a value describing authentication credentials for a HTTP request.

# Structs

Basic defines a basic authentication mechanism that attaches a username and password to each request.
Bearer defines an authentication mechanism that attaches bearer token security credentials to each request.