RecaptchaResponse Class |
Namespace: CMS.FormEngine
public class RecaptchaResponse
The RecaptchaResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | RecaptchaResponse |
Name | Description | |
---|---|---|
![]() | Action |
Name of the action for which the reCAPTCHA v3 challenge was issued
|
![]() | ErrorCodes |
Error codes explaining why reCAPTCHA validation failed.
|
![]() | ErrorMessage |
Aggregated error message from all the error codes.
|
![]() | HostName |
The hostname of the site where the reCAPTCHA was solved
|
![]() | IsValid |
Indicates whether the reCAPTCHA validation was successful.
|
![]() | Score |
Score (a number from 0.0 to 1.0) of a reCAPTCHA v3 request
|
![]() | TimeStamp |
Timestamp of the challenge load.
|