ApiKeySummary

Information for a single API 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.

Link copied to clipboard

The date and time that the key was created.

Link copied to clipboard

The token domains that are defined in this API key.

Link copied to clipboard

Internal value used by WAF to manage the key.

Functions

Link copied to clipboard
inline fun copy(block: ApiKeySummary.Builder.() -> Unit = {}): ApiKeySummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String