Modifier and Type | Method and Description |
---|---|
MobileServiceUser |
MobileServiceClient.getCurrentUser()
Returns the current authenticated user
|
Modifier and Type | Method and Description |
---|---|
void |
UserAuthenticationCallback.onCompleted(MobileServiceUser user,
Exception exception,
ServiceFilterResponse response)
Method to call if the authentication process finishes successfully
|
void |
MobileServiceClient.setCurrentUser(MobileServiceUser user)
Sets a user to authenticate the Mobile Service operations
|