type authenticationRecordMetricsFunc …
func WithAuthentication(handler http.Handler, auth authenticator.Request, failed http.Handler, apiAuds authenticator.Audiences, requestHeaderConfig *authenticatorfactory.RequestHeaderConfig) http.Handler { … }
func withAuthentication(handler http.Handler, auth authenticator.Request, failed http.Handler, apiAuds authenticator.Audiences, requestHeaderConfig *authenticatorfactory.RequestHeaderConfig, metrics authenticationRecordMetricsFunc) http.Handler { … }
func Unauthorized(s runtime.NegotiatedSerializer) http.Handler { … }
func audiencesAreAcceptable(apiAuds, responseAudiences authenticator.Audiences) bool { … }
func isAnonymousUser(u user.Info) bool { … }