Class OAuth2ClientPropertiesMapper
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
Maps
OAuth2ClientProperties to ClientRegistrations.- Since:
- 3.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2ClientPropertiesMapper(OAuth2ClientProperties properties) Creates a new mapper for the givenproperties. -
Method Summary
Modifier and TypeMethodDescriptionMaps the properties toClientRegistrations.
-
Constructor Details
-
OAuth2ClientPropertiesMapper
Creates a new mapper for the givenproperties.- Parameters:
properties- the properties to map
-
-
Method Details