-
Notifications
You must be signed in to change notification settings - Fork 0
API Library ReCAPTCHA
Robert Polak edited this page Aug 6, 2019
·
7 revisions
Home / API Library / ReCAPTCHA
API Library ReCAPTCHA handle the Google ReCaptcha to validate human inputs in forms. The API Library ReCAPTCHA Methods list with Parameters.
More details about ReCAPTCHA v2 at ReCAPTCHA
Configuration- Details
Configuration of ReCAPTCHA variables at App.config.
More details about The Server API Library Configuration at Configuration
Validate the encoded response against the Google server. Returns Bool
Method: API.ReCAPTCHA.Validate
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
encodedResponse |
String | Properties.Resources.ReCAPTCHA | default template |
Return: Boolean (true or false)