Class OAuth2ClientPropertiesMapper

java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper

public final class OAuth2ClientPropertiesMapper extends Object
Since:
3.1.0
Author:
Phillip Webb, Thiago Hirata, Madhura Bhave, MyeongHyeon Lee, Andy Wilkinson
  • Constructor Details

    • OAuth2ClientPropertiesMapper

      public OAuth2ClientPropertiesMapper(OAuth2ClientProperties properties)
      Creates a new mapper for the given properties.
      Parameters:
      properties - the properties to map
  • Method Details