mura

Class reCAPTCHA

lucee.Component
    extended by mura.reCAPTCHA

This provides the ability to interact with Google's reCaptcha functionality

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any secret


    • access = public
    • returntype = any
    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

    init

    public init(string secret)

    Parameters:
    secret

    Property Detail

    secret

    property any secret

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getSecret

    public string getSecret()


    setSecret

    public any setSecret(any secret)

    Parameters:
    secret

    verifyResponse

    public boolean verifyResponse(string response, [string remoteip='[runtime expression]'])

    Parameters:
    response
    remoteip