fetchUser

open suspend fun fetchUser(): User(source)

Retrieve the User associated with this behaviour from the provided EntitySupplier

Throws

if anything went wrong during the request.

if the user wasn't present.