RecaptchaKey interface

reCAPTCHA 密钥配置。

签名:

export interface RecaptchaKey 

特性

财产类型描述
钥匙细绳reCAPTCHA 站点密钥。
类型RecaptchaKey客户端类型密钥的客户端平台类型。

验证码密钥.key

reCAPTCHA 站点密钥。

签名:

key: string;

RecaptchaKey.type

密钥的客户端平台类型。

签名:

type?: RecaptchaKeyClientType;