类 OAuth2ClientPropertiesMapper
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
- 从以下版本开始:
- 3.1.0
- 作者:
- Phillip Webb, Thiago Hirata, Madhura Bhave, MyeongHyeon Lee, Andy Wilkinson
-
构造器概要
构造器构造器说明OAuth2ClientPropertiesMapper
(OAuth2ClientProperties properties) Creates a new mapper for the givenproperties
. -
方法概要
-
构造器详细资料
-
OAuth2ClientPropertiesMapper
Creates a new mapper for the givenproperties
.- 参数:
properties
- the properties to map
-
-
方法详细资料
-
asClientRegistrations
Maps the properties toClientRegistrations
.- 返回:
- the mapped
ClientRegistrations
-