VerifyResponse Class
Represents the data structure returned in the siteverify response from the Friendly Captcha API.
For more information, see the API response documentation.
Fields
success
Signature
global success
Type
Boolean
data
Signature
global data
Type
Data
error
Signature
global error
Type
Error
Methods
isSuccess()
Signature
global Boolean isSuccess()
Return Type
Boolean
Classes
Data Class
Fields
challenge
Signature
global challenge
Type
Challenge
Challenge Class
Fields
timestamp
Signature
global timestamp
Type
String
origin
Signature
global origin
Type
String
Error Class
Fields
error_code
Signature
global error_code
Type
String
detail
Signature
global detail
Type
String