Smaws_Client_WAFV2.GetDecryptedAPIKey
val request :
Smaws_Lib.Context.t ->
get_decrypted_api_key_request ->
(get_decrypted_api_key_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `WAFInternalErrorException of waf_internal_error_exception
| `WAFInvalidOperationException of waf_invalid_operation_exception
| `WAFInvalidParameterException of waf_invalid_parameter_exception
| `WAFInvalidResourceException of waf_invalid_resource_exception
| `WAFNonexistentItemException of waf_nonexistent_item_exception ])
Stdlib.result
Returns 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.