Interface UserInfoRestTemplateFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      org.springframework.security.oauth2.client.OAuth2RestTemplategetUserInfoRestTemplate()
      Return the OAuth2RestTemplate used for extracting user info during authentication if none is available.
    • Method Detail

      • getUserInfoRestTemplate

        org.springframework.security.oauth2.client.OAuth2RestTemplate getUserInfoRestTemplate()
        Return the OAuth2RestTemplate used for extracting user info during authentication if none is available.
        Returns:
        the OAuth2RestTemplate used for authentication