Class ClientAttributes

java.lang.Object
org.springframework.security.oauth2.client.web.ClientAttributes

public final class ClientAttributes extends Object
Used for accessing the attribute that stores the the ClientRegistration.getRegistrationId(). This ensures that ClientRegistrationIdProcessor aligns with all of ways of setting on both RestClient and WebClient.
See Also: