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