Class ExchangeFilterFunctions.Credentials

java.lang.Object
org.springframework.web.reactive.function.client.ExchangeFilterFunctions.Credentials
Enclosing class:
ExchangeFilterFunctions

@Deprecated public static final class ExchangeFilterFunctions.Credentials extends Object
Deprecated.
as of Spring 5.1 in favor of using HttpHeaders.setBasicAuth(String, String) while building the request.
Stores username and password for HTTP basic authentication.