Class | Description |
---|---|
FacebookConnect |
Invokes the native bundled facebook SDK to login/logout of facebook, notice
that in order for this to work server build arguments must indicate that you
are using the facebook sdk! To accomplish this just define:
facebook.appId=YourAppId in your build arguments.
|
GoogleConnect |
The GoogleConnect Login class allows the sign in with google functionality.
|
Login |
The Login abstract base class is used to simplify Oauth2 authentications
services.
|
LoginCallback |
This class is used to indicate whether login was successful or not, it is
an abstract class rather than an interface in order to allow additional features
in the future.
|