# Functions
NewApplicationHandler creates a new ApplicationHandler.
NewAuthHandler returns a new instance of AuthHandler.
NewDaemonHandler creates a new DaemonHandler.
NewProviderHandler creates a new ProviderHandler.
NewUserHandler creates a new UserHandler.
# Structs
APIKey represents an API key that can be used to authenticate a daemon.
Application represents an application.
ApplicationHandler is a REST API handler for managing applications.
AuthHandler handles admin auth requests.
Daemon represents a non-organic user in the system.
DaemonHandler is an HTTP API handler for managing daemons.
Provider represents an authentication provider.
ProviderHandler is an HTTP API handler for managing authentication providers.
User represents an organic user in the system.
UserHandler is an HTTP API handler for managing users.