Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type R ¶
type R struct { Secret string // contains filtered or unexported fields }
R type represents an object of Recaptcha and has public property Secret, which is secret obtained from google recaptcha tool admin interface
func (*R) VerifyResponse ¶
VerifyResponse is a method similar to `Verify`; but doesn't parse the form for you. Useful if you're receiving the data as a JSON object from a javascript app or similar.
Click to show internal directories.
Click to hide internal directories.