onFetchCurrentUserResult

abstract suspend fun onFetchCurrentUserResult(result: Result<User>)

Called when the current user is fetched from the backend.