fetchUserOrNull

open suspend fun fetchUserOrNull(): User?(source)

Retrieve the User associated with this behaviour from the provided EntitySupplier returns null if the User isn't present.

Throws

if anything went wrong during the request.