Enroll a New Token

{{ tokenTypeDescription() }}

Token Configuration

Description {{ descriptionControl.value.length }} / {{ tokenService.maxDescriptionLength }} @if (descriptionControl.hasError("required")) { Description is required. } @if (descriptionControl.hasError("maxlength")) { Description must not exceed {{ tokenService.maxDescriptionLength }} characters. }
@if (authService.actionAllowed("enrollpin")) { } @if (authService.actionAllowed("container_list")) {

Add Token to a Container

Container Serial @for (option of containerService.filteredContainerOptions(); track option) { {{ option }} }
}