reCAPTCHA キーの構成。
署名:
export interface RecaptchaKey
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
key | 文字列 | reCAPTCHA サイトキー。 |
type | RecaptchaKeyClientType | 鍵のクライアント プラットフォーム タイプ。 |
RecaptchaKey.key
reCAPTCHA サイトキー。
署名:
key: string;
RecaptchaKey.type
鍵のクライアント プラットフォーム タイプ。
署名:
type?: RecaptchaKeyClientType;