# Functions
NewProvider constructs a new upboundRegistry provider.
WithBasicAuth sets the username and password for the auth provider.
WithEndpoint sets endpoint for the auth provider.
WithOrgID sets orgID for the auth provider.
WithProductID sets productID for the auth provider.
# Structs
Response is the response that we get from a successful authentication request.
UpboundRegistry provides authentication using the Upbound Registry.
# Interfaces
Provider defines an auth provider.
# Type aliases
ProviderModifierFn modifies the provider.