public interface UserAuthenticationCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(MobileServiceUser user,
Exception exception,
ServiceFilterResponse response)
Method to call if the authentication process finishes successfully
|
void onCompleted(MobileServiceUser user, Exception exception, ServiceFilterResponse response)
user
- The logged userexception
- An exception representing the error, in case there was oneresponse
- Response object