Back to Node Auth0

Interface GetAculResponseContent

docs/interfaces/management.Management.GetAculResponseContent.html

5.9.12.7 KB
Original Source

Interface GetAculResponseContent

interface GetAculResponseContent {
tenant?: string;
prompt?: string;
screen?: string;
rendering_mode?: Management.AculRenderingModeEnum;
context_configuration?: AculContextConfiguration;
default_head_tags_disabled?: boolean | null;
use_page_template?: boolean | null;
head_tags?: AculHeadTag[] | null;
filters?: AculFilters | null;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

tenant?prompt?screen?rendering_mode?context_configuration?default_head_tags_disabled?use_page_template?head_tags?filters?

Properties

Optionaltenant

tenant?: string

Tenant ID

Optionalprompt

prompt?: string

Name of the prompt

Optionalscreen

screen?: string

Name of the screen

Optionalrendering_mode

rendering_mode?: Management.AculRenderingModeEnum

Rendering mode

Optionalcontext_configuration

context_configuration?: AculContextConfiguration

Optionaldefault_head_tags_disabled

default_head_tags_disabled?: boolean | null

Override Universal Login default head tags

Optionaluse_page_template

use_page_template?: boolean | null

Use page template with ACUL

Optionalhead_tags

head_tags?: AculHeadTag[] | null

An array of head tags

Optionalfilters

filters?: AculFilters | null

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties tenantpromptscreenrendering_modecontext_configurationdefault_head_tags_disableduse_page_templatehead_tagsfilters