Table of Contents

Class TenantErrorPage

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Tenant error page customization.

public class TenantErrorPage
Inheritance
TenantErrorPage
Inherited Members

Properties

Html

Replace default error page with custom HTML (Liquid syntax is supported).

[JsonProperty("html")]
public string Html { get; set; }

Property Value

string

True to show link to log as part of the default error page, false otherwise (default: true).

[JsonProperty("show_log_link")]
public bool ShowLogLink { get; set; }

Property Value

bool

Url

Redirect to specified url instead of show the default error page.

[JsonProperty("url")]
public string Url { get; set; }

Property Value

string