get Local User
fun getLocalUser(onCompletion: (Either<WacUser, SippoResourceError>) -> Unit)
Content copied to clipboard
Retrieves the information of the local user.
Parameters
on Completion
Callback that will be invoked when the request is completed. It will receive the local user or a SippoResourceError otherwise.