Class OAuth2ClientPropertiesMapper
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
- Since:
- 3.1.0
- Author:
- Phillip Webb, Thiago Hirata, Madhura Bhave, MyeongHyeon Lee, Andy Wilkinson
-
Constructor Summary
ConstructorDescriptionOAuth2ClientPropertiesMapper
(OAuth2ClientProperties properties) Creates a new mapper for the givenproperties
. -
Method Summary
-
Constructor Details
-
OAuth2ClientPropertiesMapper
Creates a new mapper for the givenproperties
.- Parameters:
properties
- the properties to map
-
-
Method Details
-
asClientRegistrations
Maps the properties toClientRegistrations
.- Returns:
- the mapped
ClientRegistrations
-