Promise<Optional<SessionInfo>,SessionException> |
CacheSessionService.getSessionInfo(Context context,
String ssoToken) |
|
Promise<Optional<SessionInfo>,SessionException> |
CrestSessionService.getSessionInfo(Context context,
String ssoToken) |
|
Promise<Optional<SessionInfo>,SessionException> |
SessionService.getSessionInfo(Context context,
String ssoToken) |
Returns a promise that will be completed with an optional SessionInfo or with an SessionException
in case of errors.
|
Promise<Void,SessionException> |
CacheSessionService.logout(Context context,
String ssoToken) |
|
Promise<Void,SessionException> |
CrestSessionService.logout(Context context,
String ssoToken) |
|
Promise<Void,SessionException> |
SessionService.logout(Context context,
String ssoToken) |
Returns a promise that will be completed with a Void or with an SessionException in case
of errors.
|