FetchCurrentUserListener

Listener used when fetching the current user from the backend.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun onFetchCurrentUserResult(result: Result<User>)

Called when the current user is fetched from the backend.