Protected
configurationOptional
initOverrides: InitOverrideDelete branding theme. Delete branding theme
Optional
initOverrides: InitOverrideDelete template for New Universal Login Experience
Optional
initOverrides: InitOverrideRetrieve default branding theme. Get default branding theme
Optional
initOverrides: InitOverrideRetrieve branding settings. Get branding settings
Optional
initOverrides: InitOverrideRetrieve branding theme. Get branding theme
Optional
initOverrides: InitOverrideGet template for New Universal Login Experience
Optional
initOverrides: InitOverrideProtected
requestOptional
initOverrides: RequestInit | InitOverrideFunctionUpdate the Universal Login branding template.
When content-type
header is set to application/json
, the expected body must be JSON:
{ "template": "<!DOCTYPE html><html><head>{%- auth0:head -%}</head><body>{%- auth0:widget -%}</body></html>" }
When content-type
header is set to text/html
, the expected body must be the HTML template:
<!DOCTYPE html> <code> <html> <head> {%- auth0:head -%} </head> <body> {%- auth0:widget -%} </body> </html> </code>
Set template for New Universal Login Experience
Optional
initOverrides: InitOverrideUpdate branding settings. Update branding settings
Optional
initOverrides: InitOverrideUpdate branding theme. Update branding theme
Optional
initOverrides: InitOverride
Create branding theme. Create branding theme
Throws