Uses of Class
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Config.AuthType
-
Packages that use OAuth2Config.AuthType Package Description io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 -
-
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.AuthType Modifier and Type Method Description static OAuth2Config.AuthTypeOAuth2Config.AuthType. forNumber(int value)OAuth2Config.AuthTypeOAuth2Config.Builder. getAuthType()Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.OAuth2Config.AuthTypeOAuth2Config. getAuthType()Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.OAuth2Config.AuthTypeOAuth2ConfigOrBuilder. 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.AuthTypeOAuth2Config.AuthType. valueOf(String name)Returns 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.AuthType Modifier and Type Method Description static 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.AuthType Modifier and Type Method Description OAuth2Config.BuilderOAuth2Config.Builder. setAuthType(OAuth2Config.AuthType value)Defines how ``client_id`` and ``client_secret`` are sent in OAuth client to OAuth server requests.
-