Home

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

Name Type One-of group Required Constraints
client_id string   {"String_":{"WellKnown":null,"min_len":1}}
cookie_names envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames  
hmac_secret envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig token_formation  
token_secret envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig yes