Uses of Enum
io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3.OAuth2.AuthType
Packages that use OAuth2.AuthType
-
Uses of OAuth2.AuthType in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 that return OAuth2.AuthTypeModifier and TypeMethodDescriptionstatic OAuth2.AuthTypeOAuth2.AuthType.forNumber(int value) OAuth2.ClientCredentials.Builder.getAuthType()The method to use when sending credentials to the authorization server.OAuth2.ClientCredentials.getAuthType()The method to use when sending credentials to the authorization server.OAuth2.ClientCredentialsOrBuilder.getAuthType()The method to use when sending credentials to the authorization server.static OAuth2.AuthTypeOAuth2.AuthType.valueOf(int value) Deprecated.static OAuth2.AuthTypeOAuth2.AuthType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OAuth2.AuthTypeReturns the enum constant of this type with the specified name.static OAuth2.AuthType[]OAuth2.AuthType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 that return types with arguments of type OAuth2.AuthTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OAuth2.AuthType>OAuth2.AuthType.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 with parameters of type OAuth2.AuthTypeModifier and TypeMethodDescriptionOAuth2.ClientCredentials.Builder.setAuthType(OAuth2.AuthType value) The method to use when sending credentials to the authorization server.