RecaptchaKey interface

La configurazione della chiave reCAPTCHA.

Firma:

export interface RecaptchaKey 

Proprietà

Proprietà Tipo Descrizione
chiave corda La chiave del sito reCAPTCHA.
tipo RecaptchaKeyClientType Il tipo di piattaforma client della chiave.

RecaptchaKey.key

La chiave del sito reCAPTCHA.

Firma:

key: string;

RecaptchaKey.type

Il tipo di piattaforma client della chiave.

Firma:

type?: RecaptchaKeyClientType;