Home

envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames

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.CookieNames
.withBearerToken('string')
.withOauthExpires('string')
.withOauthHmac('string')
._validate()

Fields

Name Type One-of group Required Constraints
bearer_token string   {"String_":{"WellKnown":{"WellKnownRegex":1},"ignore_empty":true}}
oauth_expires string   {"String_":{"WellKnown":{"WellKnownRegex":1},"ignore_empty":true}}
oauth_hmac string   {"String_":{"WellKnown":{"WellKnownRegex":1},"ignore_empty":true}}