Local user authentication Username used for authentication txt Username used for authentication #include Password used for authentication 2FA OTP authentication parameters Token Key Secret key for the token algorithm (see RFC 4226) txt OTP key in hex-encoded format [a-fA-F0-9]{20,10000} Key name must in hex be alphanumerical only (min. 20 hex characters) Optional. Number of digits in OTP code (default: 6) u32:6-8 Number of digits in OTP code (default: 6) Number of digits in OTP code must be between 6 and 8 Optional. Time tokens interval in seconds (for time tokens) (default: 30) u32:5-86400 Time tokens interval in seconds (for time tokens). (default: 30) Time token interval must be between 5 and 86400 seconds Optional. Token type (default: hotp-time) hotp-time time-based OTP algorithm hotp-event event-based OTP algorithm (hotp-time|hotp-event) hotp-time hotp-event