HOTP tokens can be attached with offline to e.g. notebooks.

Filter Offline Applications...
@for (column of columnsKeyMap; track column) { }
{{ column.label }}
@if (machineService.offlineApiFilter.includes(column.key)) { }
@switch (column.key) { @case ("serial") { } @default { @if (tableUtilsService.isLink(column.key)) { {{ element[column.key] }} } @else { {{ tableUtilsService.getDisplayText(column.key, element) }} } } }
No data matching the filter.