Adventure Documentation

Recaptcha extends PlatformUtility
in package

Provides access to recaptcha utility functions.

Tags

Table of Contents

getKey()  : string
Get the recaptch API key set.
getMode()  : string
Get the Recaptcha mode set
getName()  : string
Get the parameter name for the Recaptcha response.
getVersion()  : string
Get the Recaptcha version set

Methods

getKey()

Get the recaptch API key set.

public getKey() : string
Tags
Return values
string

getMode()

Get the Recaptcha mode set

public getMode() : string
Tags
Return values
string

getName()

Get the parameter name for the Recaptcha response.

public getName() : string

The name is what the backend expects the client to send the response back as so it can validate the response.

Tags
Return values
string

getVersion()

Get the Recaptcha version set

public getVersion() : string
Tags
Return values
string

        

Search results