# Constants

DecisionAllowed - action should be allowed.
DecisionDeny - action should not be allowed.
DecisionNoOpinion - up to the caller to allow action or not.

# Structs

SARUserInfoAuthorizer - Authorizes a k8s user info with a Subject Access Review.
TokenReviewMiddleware - Middleware to validate a bearer token using k8s token review.

# Interfaces

UserInfoAuthorizer - Authorizes k8s user info for a request.

# Type aliases

Decision - should an action be allowed or not.