MCPcopy
hub / github.com/istio/istio / JwtAuthenticator

Struct JwtAuthenticator

security/pkg/server/ca/authenticate/oidc.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type JwtAuthenticator struct {
35 // holder of a mesh configuration for dynamically updating trust domain
36 meshHolder mesh.Holder
37 audiences []string
38 verifier *oidc.IDTokenVerifier
39}
40
41var _ security.Authenticator = &JwtAuthenticator{}
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected