public interface Oauth2ServiceProvider
extends com.github.scribejava.core.builder.api.BaseApi<com.github.scribejava.core.oauth.OAuth20Service>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApiSecret() |
com.google.common.base.Optional<String> |
getScope() |
OauthUserProfile |
getUserProfile(com.github.scribejava.core.oauth.OAuth20Service service,
com.github.scribejava.core.model.OAuth2AccessToken accessToken) |
String getApiKey()
String getApiSecret()
com.google.common.base.Optional<String> getScope()
OauthUserProfile getUserProfile(com.github.scribejava.core.oauth.OAuth20Service service, com.github.scribejava.core.model.OAuth2AccessToken accessToken) throws IncompleteOAuthUserProfileException, IOException
Copyright © 2017. All rights reserved.