# Functions
No description provided by the author
No description provided by the author
NewCredentialsStore returns a new instance of a CredentialStore.
NewCredentialsStoreFromFile returns a new instance of a CredentialStore loaded from a file.
# Constants
AllUsers is the username that indicates all users, even anonymous users (requests without any BasicAuth information).
# Structs
CredentialsStore stores authentication and authorization information for all users.
# Interfaces
BasicAuther is the interface an object must support to return basic auth information.