UseYubicoOtpChallengeResponseMode Method

UseYubicoOtpChallengeResponseMode(Boolean)

Enables Yubico OTP Challenge-Response Mode

C#
public T UseYubicoOtpChallengeResponseMode(bool setting = true)

Parameters

Type Name Description
System.Boolean setting

Returns

T

Remarks

When set, the configuration does not work in normal OTP mode.

This setting is mutually exclusive with UseHmacSha1ChallengeResponseMode(Boolean). Also, it is incompatible with SetOathHotp(Boolean).

Generated by DocFX