reCAPTCHA 密钥配置。
签名:
export interface RecaptchaKey
属性
属性 | 类型 | 说明 |
---|---|---|
key | 字符串 | reCAPTCHA 网站密钥。 |
type | RecaptchaKeyClientType | 密钥的客户端平台类型。 |
RecaptchaKey.key
reCAPTCHA 网站密钥。
签名:
key: string;
reCAPTCHAKey.type
密钥的客户端平台类型。
签名:
type?: RecaptchaKeyClientType;