# Functions
Authenticated constructs a response indicating that the given token is valid.
Errored creates a new Response for error-handling a request.
ReviewResponse returns a response for admitting a request.
Unauthenticated constructs a response indicating that the given token is not valid.
# Interfaces
Handler can handle an TokenReview.
# Type aliases
HandlerFunc implements Handler interface using a single function.