@JvmStatic fun removeSession(appContext: Context, userId: String): Unit
Removes a user's session, causing it not be be able to be resumed. If your purpose is to to log out the user, call User.logout instead.