envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials
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.oauth2.v3.OAuth2Credentials
.withClientId('string')
.withCookieNames(types.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames)
.withHmacSecret(types.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig)
.withTokenSecret(types.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig)
._validate()
Nested Messages
Fields