isGuest property

bool? isGuest
getter/setter pair

When true, the user is a Guest User. When not present or false, the user is presumed to be a non-guest user.

Implementation

bool? isGuest;