# Functions
NewCredentials returns a new Credentials instance.
# Structs
Credentials holds the credentials needed to authenticate API requests.
# Interfaces
Provider is the interface for any component which will provide credentials.
# Type aliases
ProviderFunc provides a helper wrapping a function value to satisfy the Provider interface.