# Functions
AuthorizationHeaderFor returns a formatted Authorization header as a Bearer token.
# Constants
AuthorizationHeader is the standard Authorization header used to authorize to the Sysdig API.
IBMInstanceIDHeader is the header used to indicate an IBM Cloud Monitoring instance to target.
SysdigTeamIDHeader is the header used to indicate a Sysdig Team to target.
# Interfaces
Authenticator defines an interface for authenticating a request to the Sysdig API.
Refreshable defines an optional interface for Authenticators that can be Refreshed.
# Type aliases
AuthenticatorFunc defines a function that will authenticate the given Request.