Package com.codename1.social
package com.codename1.social
Connectors for native social network SDK's
-
ClassDescription
Sign in with Applefor Codename One.Callback forAppleSignIn.signIn(String, AppleSignInCallback).Service-provider interface for nativeSign in with Apple.Successful outcome of anAppleSignIn.signIn(String, AppleSignInCallback)call.Sign-in via an Auth0 tenant.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.Firebase Authentication client backed by the Identity Toolkit REST API.Successfully-resolved Firebase session: ID token, refresh token, the stablelocalId, the user's email when present, and the absolute expiry computed fromexpiresIn.Sign-in-with-Google for Codename One.The Login abstract base class is used to simplify Oauth2 authentications services.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.Sign-in with a Microsoft account (personal, work, or school) backed by Microsoft Entra ID (formerly Azure Active Directory).