#!/usr/bin/env bash # The one-time token path: generate, redeem, then try to redeem again. source "$(dirname "${BASH_SOURCE[0]}")/lib.sh" start_app "" > /dev/null { header "One-time token login - the way in, and the way back after a lost device" ceremony ott } 2>&1 | tee "$OUTPUT_DIR/pk-ott.txt" stop_app