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.
since 3.1.0 for removal in 3.3.0 in favor of OAuth2ClientPropertiesMapper
Adapter class to convert OAuth2ClientProperties to a ClientRegistration.
Since:
2.1.0
Author:
Phillip Webb, Thiago Hirata, Madhura Bhave, MyeongHyeon Lee