getLocalUser

fun getLocalUser(onCompletion: (Either<WacUser, SippoResourceError>) -> Unit)

Retrieves the information of the local user.

Parameters

onCompletion

Callback that will be invoked when the request is completed. It will receive the local user or a SippoResourceError otherwise.