authSessionId property

UuidValue get authSessionId

Returns the auth session ID of the authenticated user.

Assumes that the authId is set and the system uses Uuid auth session IDs, otherwise throws.

Implementation

UuidValue get authSessionId {
  return UuidValue.withValidation(authId!);
}