Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntrospectionInterceptor ¶
type IntrospectionInterceptor struct {
// contains filtered or unexported fields
}
func NewIntrospectionInterceptor ¶
func NewIntrospectionInterceptor(issuer, keyPath string) (*IntrospectionInterceptor, error)
NewIntrospectionInterceptor intercepts every call and checks for a correct Bearer token using OAuth2 introspection by sending the token to the introspection endpoint)
func (*IntrospectionInterceptor) Stream ¶
func (interceptor *IntrospectionInterceptor) Stream() grpc.StreamServerInterceptor
func (*IntrospectionInterceptor) Unary ¶
func (interceptor *IntrospectionInterceptor) Unary() grpc.UnaryServerInterceptor
Click to show internal directories.
Click to hide internal directories.