# Functions
NewAPIKey creates a new API key.
# Structs
APIKeyAuth is a guard on route that requires a specific API key to be present somewhere in the request.
OAuth is a guard on route that requires oauth to be used.
# Interfaces
Auth is a specific guard desired on one or more routes in an API.
# Type aliases
APIKeyLocation represents a location inside a request in where an API Key can be found.