1300 217 623

Contact

Fill up the form and hit the "Send Message". One of our representatives will get back to you as soon as possible.

component model.services.ReCaptchaClient
METHODS
INIT
function init
Arguments:
Name Required Type Default
reCaptchaGateway Required any  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: I initialize the reCAPTCHA client with the given parameters.
Description:  
TESTTOKEN
function testToken
Arguments:
Name Required Type Default
token Required string  
scoreThreshold Required numeric  
ipAddress Required string  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: I test the given reCAPTCHA token provided by the client-side challenge. If the challenge passes successfully, this method exits quietly. Otherwise, this method throws an error.
Description:  
VERIFYTOKEN
function verifyToken
Arguments:
Name Required Type Default
token Required string  
scoreThreshold Required numeric  
ipAddress Required string  
ReturnType: boolean
Roles:  
Access: public
Output:  
DisplayName:  
Hint: I verify the given reCAPTCHA token provided by the client-side challenge. Returns true if the challenge passed and false otherwise.
Description: