# Functions
NewAuthConfig returns a new auth config interceptor.
NewJWT returns a new JWT interceptor.
NewSAML returns a new SAML interceptor.
NewSignature returns a new signature interceptor.
# Structs
AuthConfig represents the configuration for the auth config interceptor.
JWT is a GRPC interceptor that verifies JWT tokens.
SAML is a GRPC interceptor that verifies SAML session.
Signature represents a signature interceptor.