Token Applications
Select Application Type
SSH: Attaching SSH keys to services
Offline: Use HOTP token for offline login to notebooks
@switch (selectedApplicationType()) {
@case ("ssh") {
}
@case ("offline") {
}
@default {
Application Type Not Found
}
}