OptionalrequestOptions: Templates.RequestOptionsUpdate the Universal Login branding template.
When content-type header is set to application/json:
{
"template": "<!DOCTYPE html>{% assign resolved_dir = dir | default: "auto" %}<html lang="{{locale}}" dir="{{resolved_dir}}"><head>{%- auth0:head -%}</head><body class="_widget-auto-layout">{%- auth0:widget -%}</body></html>"
}
When content-type header is set to text/html:
<!DOCTYPE html>
{% assign resolved_dir = dir | default: "auto" %}
<html lang="{{locale}}" dir="{{resolved_dir}}">
<head>
{%- auth0:head -%}
</head>
<body class="_widget-auto-layout">
{%- auth0:widget -%}
</body>
</html>
OptionalrequestOptions: Templates.RequestOptionsRequest-specific configuration.
OptionalrequestOptions: Templates.RequestOptionsRequest-specific configuration.
Protected_
Request-specific configuration.