authUserId property
UuidValue
get
authUserId
Returns the Uuid user ID of the authenticated user.
Assumes that the system uses Uuid user IDs, otherwise throws.
Implementation
UuidValue get authUserId {
return UuidValue.withValidation(userIdentifier);
}