isTenantAdmin method

bool isTenantAdmin()

Implementation

bool isTenantAdmin() {
  return authority == Authority.TENANT_ADMIN;
}