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().
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringORG_FORGEROCK_V_1_HOSTS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidstart(android.content.Context context)
-
-
-
Field Detail
-
ORG_FORGEROCK_V_1_HOSTS
public static final java.lang.String ORG_FORGEROCK_V_1_HOSTS
- See Also:
- Constant Field Values
-
-