Examples of GoogleConnectionFactory


Examples of org.springframework.social.google.connect.GoogleConnectionFactory

import org.springframework.social.security.provider.OAuth2AuthenticationService;

public class GoogleAuthenticationService extends OAuth2AuthenticationService<Google> {

  public GoogleAuthenticationService(String apiKey, String appSecret) {
    super(new GoogleConnectionFactory(apiKey, appSecret));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.