...
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponseAuthServerResponse ValidateOTP(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string authServerPartnerUserLoginName, string authOtp, string printedSerialNumber); |
...
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponse AuthServerResponse resp = ValidateOTP("accountLogin", "accountKey", "Mandy", "123456", string.Empty); |
...