public class GooglePlusFactory extends org.springframework.social.oauth2.AbstractOAuth2ServiceProvider<Plus>
| Modifier and Type | Class and Description |
|---|---|
class |
GooglePlusFactory.DefaultOAuth2RefreshCallback |
| Constructor and Description |
|---|
GooglePlusFactory(String clientId,
String clientSecret) |
GooglePlusFactory(String clientId,
String clientSecret,
GooglePlusConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
Plus |
getApi(String accessToken)
Deprecated.
This method does not support token refreshing. Use getApi(accessToken, refreshToken, listener) instead.
|
Plus |
getApi(String accessToken,
String refreshToken,
OAuth2RefreshListener listener) |
public GooglePlusFactory(String clientId, String clientSecret, GooglePlusConfiguration config)
@Deprecated public Plus getApi(String accessToken)
public Plus getApi(String accessToken, String refreshToken, OAuth2RefreshListener listener)
Copyright © 2014. All Rights Reserved.