# Functions

New creates a new client interceptor.

# Structs

Interceptor is a GRPC interceptor that provides Unary and Stream client interceptors.
Options are the options for the interceptor.
SkipInterceptorContextKey is a context key used to skip interceptor to avoid infinite recursion.

# Type aliases

AuthEnabledFunc is called once to determine if auth is enabled.
UserKeyFunc is a function that is called to read the initial user (non-service-account) key.