How many ways is there to logout the user
- one is to simply call request using api
Is there is other way to logout the user
If we lost the internet connection does user become offline or the user object becomes null ?
How many ways is there to logout the user
Is there is other way to logout the user
If we lost the internet connection does user become offline or the user object becomes null ?
Hi!
There are several options to logout a user:
stayLoggedIn
= true on login request. This will lead to user token invalidation every time user closes the app - https://backendless.com/docs/android/users_login.html
Anton