Optional
requestOptions: Templates.RequestOptionsUpdate 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>
Optional
requestOptions: Templates.RequestOptionsRequest-specific configuration.
Optional
requestOptions: Templates.RequestOptionsRequest-specific configuration.
Protected
_
Request-specific configuration.