# Functions
EnforceOAuth2 creates an interceptor that ensures requests contain all scopes required by the gRPC endpoint.
# Interfaces
OAuth2Challenger interface uses the generated All method for enforcing Oauth2.
# Type aliases
ClaimExtractor is a function signature for fetching the authorized claims of the request.