serverSideSessionId property

UuidValue get serverSideSessionId

Returns the server side session ID of the authenticated user.

Assumes that the system uses Uuid server side session IDs, otherwise throws.

Implementation

UuidValue get serverSideSessionId {
  return UuidValue.withValidation(authId);
}