# Functions
New constructs a new OAuth service.
RegisterAPIHandler registers endpoints used by OAuth.
# Constants
Root is the root of all OAuth-related routes.
# Variables
AuthZProvider is the authz registry for experiments.
# Structs
OauthAuthZBasic is basic OSS controls.
OauthAuthZPermissive is the permission implementation.
OauthAuthZRBAC is the RBAC implementation of the OauthAuthZ interface.
Service is an OAuth service capable of handling the OAuth 2.0 authorization code flow and managing clients and tokens.
# Interfaces
OauthAuthZ describes authz methods for experiments.