Class OAuth2ClientPropertiesRegistrationAdapter
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
@Deprecated(since="3.1.0",
            forRemoval=true)
public final class OAuth2ClientPropertiesRegistrationAdapter
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Adapter class to convert 
OAuth2ClientProperties to a
 ClientRegistration.- Since:
 - 2.1.0
 - Author:
 - Phillip Webb, Thiago Hirata, Madhura Bhave, MyeongHyeon Lee
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,ClientRegistration> getClientRegistrations(OAuth2ClientProperties properties) Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Details
- 
getClientRegistrations
public static Map<String,ClientRegistration> getClientRegistrations(OAuth2ClientProperties properties) Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
OAuth2ClientPropertiesMapper