| Did you know ... | Search Documentation: | 
|  | Predicate key/2 | 
public and to the reCAPTCHA private key if Which is private.
We leave the key handling to a hook to accomodate different ways for storing and transferring the keys. A simple implementation is:
:- use_module(library(http/recaptcha)). :- multifile recaptcha:key/2. recaptcha:key(public, 'Public key goes here'). recaptcha:key(private, 'Private key goes here').
When missing, a reserved test key pair is used.