# 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.

# Structs

Request defines the input for an authentication handler.
Response is the output of an authentication handler.
Webhook represents each individual webhook.

# Interfaces

Handler can handle an TokenReview.

# Type aliases

HandlerFunc implements Handler interface using a single function.