# Functions
NewOidcAuthn initializes a new instance of the Authn struct with OpenID Connect (OIDC) configuration.
StreamServerInterceptor returns a gRPC stream server interceptor that wraps the incoming stream with an authenticator.
UnaryServerInterceptor returns a gRPC unary server interceptor that performs authentication using the provided Authenticator.
# Structs
No description provided by the author
Config holds OpenID Connect (OIDC) configuration details.
SlogAdapter adapts the slog.Logger to be compatible with retryablehttp.LeveledLogger.
# Interfaces
Authenticator - Interface for oidc authenticator.