public interface SocialProvider
| Modifier and Type | Method and Description |
|---|---|
AuthRequest |
getAuthUrl(SocialProviderConfig config,
String state) |
String |
getId() |
String |
getName() |
SocialUser |
processCallback(SocialProviderConfig config,
AuthCallback callback) |
String getId()
AuthRequest getAuthUrl(SocialProviderConfig config, String state) throws SocialProviderException
SocialProviderExceptionString getName()
SocialUser processCallback(SocialProviderConfig config, AuthCallback callback) throws SocialProviderException
SocialProviderExceptionCopyright © 2014. All Rights Reserved.