reCAPTCHA anahtarı yapılandırması.
İmza:
export interface RecaptchaKey
Özellikler
Özellik | Tür | Açıklama |
---|---|---|
anahtar | dize | reCAPTCHA site anahtarı. |
tür | RecaptchaKeyClientType | Anahtarın istemci platformu türü. |
RecaptchaKey.key
reCAPTCHA site anahtarı.
İmza:
key: string;
Özet Anahtarı.type
Anahtarın istemci platformu türü.
İmza:
type?: RecaptchaKeyClientType;