relyingparty_recaptcha_param
Creates, updates, deletes, gets or lists a relyingparty_recaptcha_param
resource.
Overview
Name | relyingparty_recaptcha_param |
Type | Resource |
Id | google.identitytoolkit.relyingparty_recaptcha_param |
Fields
The following fields are returned by SELECT
queries:
- get_recaptcha_param
Successful response
Name | Datatype | Description |
---|---|---|
kind | string | The fixed string "identitytoolkit#GetRecaptchaParamResponse". (default: identitytoolkit#GetRecaptchaParamResponse) |
recaptchaSiteKey | string | Site key registered at recaptcha. |
recaptchaStoken | string | The stoken field for the recaptcha widget, used to request captcha challenge. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_recaptcha_param | select | Get recaptcha secure param. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- get_recaptcha_param
Get recaptcha secure param.
SELECT
kind,
recaptchaSiteKey,
recaptchaStoken
FROM google.identitytoolkit.relyingparty_recaptcha_param;