| 32 | ) |
| 33 | |
| 34 | type 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 | |
| 41 | var _ security.Authenticator = &JwtAuthenticator{} |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected