envoy.extensions.filters.http.jwt_authn.v3.RemoteJwks
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.http.jwt_authn.v3.RemoteJwks
.withAsyncFetch(types.envoy.extensions.filters.http.jwt_authn.v3.JwksAsyncFetch)
.withCacheDuration(types.google.protobuf.Duration)
.withHttpUri(types.envoy.config.core.v3.HttpUri)
.withRetryPolicy(types.envoy.config.core.v3.RetryPolicy)
._validate()
Fields