logIn
expect fun logIn(newAppUserID: String, onError: (<Error class: unknown class>) -> Unit, onSuccess: (<Error class: unknown class>, created: Boolean) -> Unit)
This function will change the current appUserID. Typically this would be used after a log out to identify a new user without calling configure().
Parameters
newAppUserID
The new appUserID that should be linked to the currently user