Back to Node Auth0

Interface SetDefaultCustomDomainRequestContent

docs/interfaces/management.Management.SetDefaultCustomDomainRequestContent.html

5.9.1648 B
Original Source

Interface SetDefaultCustomDomainRequestContent

Example

{ * domain: "domain" * }Copy

interface SetDefaultCustomDomainRequestContent {
domain: string;
}

Index

Properties

domain

Properties

domain

domain: string

The domain to set as the default custom domain. Must be a verified custom domain or the canonical domain.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties domain