reCAPTCHA 金鑰設定。
簽名:
export interface RecaptchaKey
屬性
屬性 | 類型 | 說明 |
---|---|---|
key | 字串 | reCAPTCHA 網站金鑰。 |
類型 | RecaptchaKeyClientType | 金鑰的用戶端平台類型。 |
RecaptchaKey.key
reCAPTCHA 網站金鑰。
簽名:
key: string;
RecaptchaKey.type
金鑰的用戶端平台類型。
簽名:
type?: RecaptchaKeyClientType;