...
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponseAuthServerResponseValidateUser ValidateUser(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string authServerPartnerUserLoginName, string authServerPartnerUserPassword, bool noAuth); |
...
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponseAuthServerResponseValidateUser resp = ValidateUser("accountKey", "accountLogin", "Mandy", "user password", true); |
...