Class GoogleConnectionFactory


  • public class GoogleConnectionFactory
    extends org.springframework.social.connect.support.OAuth2ConnectionFactory<Google>
    Google ConnectionFactory implementation.
    Author:
    Gabriel Axel
    • Constructor Detail

      • GoogleConnectionFactory

        public GoogleConnectionFactory​(String clientId,
                                       String clientSecret)
    • Method Detail

      • extractProviderUserId

        protected String extractProviderUserId​(org.springframework.social.oauth2.AccessGrant accessGrant)
        Overrides:
        extractProviderUserId in class org.springframework.social.connect.support.OAuth2ConnectionFactory<Google>