public class FHAuthSession extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FHAuthSession.Callback |
| Modifier and Type | Field and Description |
|---|---|
static String |
SESSION_TOKEN_KEY |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear(boolean pSync)
Deprecated.
please use com.feedhenry.sdk.api2.FHAuthSession.clear instead
|
static boolean |
exists()
Deprecated.
please use com.feedhenry.sdk.api2.FHAuthSession.exists instead
|
static String |
getToken()
Deprecated.
please use com.feedhenry.sdk.api2.FHAuthSession.getToken instead
|
protected static void |
save(String sessionToken)
Deprecated.
please use com.feedhenry.sdk.api2.FHAuthSession.save instead
|
static void |
verify(FHAuthSession.Callback pCallback,
boolean pSync)
Deprecated.
please use com.feedhenry.sdk.api2.FHAuthSession.verify instead
|
public static final String SESSION_TOKEN_KEY
@Deprecated public static boolean exists()
@Deprecated public static String getToken()
@Deprecated protected static void save(String sessionToken)
sessionToken - Session token@Deprecated public static void verify(FHAuthSession.Callback pCallback, boolean pSync)
pCallback - a callback to be executed when remote call is completedpSync - A flag to call it sync@Deprecated public static void clear(boolean pSync)
pSync - A flag to call it syncCopyright © 2016 Red Hat. All rights reserved.