public interface OAuth2OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OAuth2Config |
getConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
OAuth2ConfigOrBuilder |
getConfigOrBuilder()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
boolean |
hasConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
.envoy.extensions.filters.http.oauth2.v4alpha.OAuth2Config config = 1;OAuth2Config getConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
.envoy.extensions.filters.http.oauth2.v4alpha.OAuth2Config config = 1;OAuth2ConfigOrBuilder getConfigOrBuilder()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
.envoy.extensions.filters.http.oauth2.v4alpha.OAuth2Config config = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.