Package org.forgerock.android.auth
Class FRAuth
- java.lang.Object
-
- org.forgerock.android.auth.FRAuth
-
public class FRAuth extends java.lang.ObjectModel of an FRAuth.Dispatches requests to
AuthServiceandOAuth2Client, performs user authentication and manage user session.To create a new FRAuth object use the static
builder().
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidstart(android.content.Context context)static voidstart(android.content.Context context, org.forgerock.android.auth.FROptions options)Start the SDK
-
-
-
Method Detail
-
start
public static void start(android.content.Context context, @Nullable org.forgerock.android.auth.FROptions options)Start the SDK- Parameters:
context- The Application Contextoptions- The FROptions is a nullable field which takes either a null or config. If the caller passes null it fetches the default values from strings.xml .
-
start
public static void start(android.content.Context context)
-
-