Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Config.AuthType
Packages that use OAuth2Config.AuthType
-
Uses of OAuth2Config.AuthType in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return OAuth2Config.AuthTypeModifier and TypeMethodDescriptionstatic OAuth2Config.AuthTypeOAuth2Config.AuthType.forNumber(int value) OAuth2Config.Builder.getAuthType()Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.OAuth2Config.getAuthType()Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.OAuth2ConfigOrBuilder.getAuthType()Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.static OAuth2Config.AuthTypeOAuth2Config.AuthType.valueOf(int value) Deprecated.static OAuth2Config.AuthTypeOAuth2Config.AuthType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OAuth2Config.AuthTypeReturns the enum constant of this type with the specified name.static OAuth2Config.AuthType[]OAuth2Config.AuthType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return types with arguments of type OAuth2Config.AuthTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OAuth2Config.AuthType>OAuth2Config.AuthType.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type OAuth2Config.AuthTypeModifier and TypeMethodDescriptionOAuth2Config.Builder.setAuthType(OAuth2Config.AuthType value) Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.