package com.codename1.social
Connectors for native social network SDK’s
Types
class AppleSignIn | Sign in with Apple for Codename One. |
interface AppleSignInCallback | Callback for AppleSignIn.signIn(String, AppleSignInCallback). |
interface AppleSignInNative | Service-provider interface for native Sign in with Apple. |
class AppleSignInResult | Successful outcome of an AppleSignIn.signIn(String, AppleSignInCallback) call. |
class Auth0Connect | Sign-in via an Auth0 tenant. |
class 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. |
class FirebaseAuth | Firebase Authentication client backed by the Identity Toolkit REST API. |
class GoogleConnect | Sign-in-with-Google for Codename One. |
class Login | The Login abstract base class is used to simplify Oauth2 authentications services. |
class 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. |
class MicrosoftConnect | Sign-in with a Microsoft account (personal, work, or school) backed by Microsoft Entra ID (formerly Azure Active Directory). |