TestChallenge

Undocumented in source.

Members

Functions

generate
string generate(HTTPServerRequest , HTTPServerResponse )
Undocumented in source. Be warned that the author may not have intended to support it.
getTemplate
string getTemplate(string challangeLocation)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
bool validate(HTTPServerRequest , HTTPServerResponse , string response)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IChallenge

generate
string generate(HTTPServerRequest req, HTTPServerResponse res)

Generate a challenge. The request must be initiated from the challenge template

getTemplate
string getTemplate(string challangeLocation)

Get a template for the current challenge

getConfig
Json getConfig()

Get config to create the html on client side

validate
bool validate(HTTPServerRequest req, HTTPServerResponse res, string response)

Validate the challenge

Meta