Back to Node Auth0

Interface FormWidgetRecaptcha

docs/interfaces/management.Management.FormWidgetRecaptcha.html

5.9.11.2 KB
Original Source

Interface FormWidgetRecaptcha

interface FormWidgetRecaptcha {
id: string;
category: "WIDGET";
type: "RECAPTCHA";
config: FormWidgetRecaptchaConfig;
label?: string;
hint?: string;
required?: boolean;
sensitive?: boolean;
}

Index

Properties

idcategorytypeconfiglabel?hint?required?sensitive?

Properties

id

id: string

category

category: "WIDGET"

type

type: "RECAPTCHA"

config

config: FormWidgetRecaptchaConfig

Optionallabel

label?: string

Optionalhint

hint?: string

Optionalrequired

required?: boolean

Optionalsensitive

sensitive?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idcategorytypeconfiglabelhintrequiredsensitive