Closed gmpassos closed 3 years ago
Hello,
The HTTP Challenge works in the same ways as described in the example or in the README.md.
But you have to use the following code to retrieve the challenge token:
for(var a in auth){
var data = a.getHttpDcvData();
}
Can you provide an HTTP challenge example?
Regards.