Values.GetDecryptedAPIKeyResponseSourceReturns your API key in decrypted form. Use this to check the token domains that you have defined for the key. API keys are required for the integration of the CAPTCHA API in your JavaScript client applications. The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users. For more information about the CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
type nonrec t = {tokenDomains : TokenDomains.t option;The token domains that are defined in this API key.
*)creationTimestamp : Timestamp.t option;The date and time that the key was created.
*)}type nonrec error = [ | `WAFInternalErrorException of WAFInternalErrorException.t| `WAFInvalidOperationException of WAFInvalidOperationException.t| `WAFInvalidParameterException of WAFInvalidParameterException.t| `WAFInvalidResourceException of WAFInvalidResourceException.t| `WAFNonexistentItemException of WAFNonexistentItemException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Unknown_operation_error of string * string option
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidOperationException of WAFInvalidOperationException.t
| `WAFInvalidParameterException of WAFInvalidParameterException.t
| `WAFInvalidResourceException of WAFInvalidResourceException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `WAFInternalErrorException of WAFInternalErrorException.t
| `WAFInvalidOperationException of WAFInvalidOperationException.t
| `WAFInvalidParameterException of WAFInvalidParameterException.t
| `WAFInvalidResourceException of WAFInvalidResourceException.t
| `WAFNonexistentItemException of WAFNonexistentItemException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of TokenDomain.t ] list
| `Timestamp of Timestamp.t ])
list ]