lucee.Component
mura.reCAPTCHA
This provides the ability to interact with Google's reCaptcha functionality
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
secret
|
true
|
false
|
|
| Constructor Summary | |
|---|---|
|
init(string secret)
|
|
| Method Summary | |
|---|---|
string
|
getSecret()
|
any
|
setSecret(any secret)
|
boolean
|
verifyResponse(string response, [string remoteip='[runtime expression]'])
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
secret| Property Detail |
|---|
access - publicrequired - falsereturntype - anyserializable - true| Method Detail |
|---|
secretresponseremoteip