public interface LogoutCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure(IdentityServiceException identityServiceException)
Failure Callback with the exception. 
 | 
void | 
onSuccess(boolean result)
Success Callback with the the boolean object as response 
 | 
void onSuccess(boolean result)
result - it will return the boolean value as result.
            true means logout is success.void onFailure(IdentityServiceException identityServiceException)
identityServiceException - it will return the identityServiceException object with required information.