Protected
configurationOptional
initOverrides: InitOverrideRetrieve custom text for a specific prompt and language. Get custom text for a prompt
Optional
initOverrides: InitOverrideGet template partials for a prompt Get partials for a prompt
Optional
initOverrides: InitOverrideGet render settings for a screen. Get render settings for a screen
Optional
initOverrides: InitOverrideProtected
requestOptional
initOverrides: RequestInit | InitOverrideFunctionUpdate the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features. Update prompt settings
Optional
initOverrides: InitOverrideSet custom text for a specific prompt. Existing texts will be overwritten. Set custom text for a specific prompt
Optional
initOverrides: InitOverrideSet template partials for a prompt Set partials for a prompt
Optional
initOverrides: InitOverrideLearn more about configuring render settings for advanced customization.
Example head_tags
array. See our documentation on using Liquid variables within head tags.
{ "head_tags": [ { "tag": "script", "attributes": { "defer": true, "src": "URL_TO_ASSET", "async": true, "integrity": [ "ASSET_SHA" ] } }, { "tag": "link", "attributes": { "href": "URL_TO_ASSET", "rel": "stylesheet" } } ] }
Update render settings for a screen
Optional
initOverrides: InitOverride
Retrieve details of the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features. Get prompt settings
Throws