Skip to content

API Library ReCAPTCHA

Robert Polak edited this page Aug 9, 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

Configuration of ReCAPTCHA variables at App.config.

More details about The Server API Library Configuration at Configuration API - ReCAPTCHA


Validate

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)