Back to Node Auth0

Interface UpdateCustomDomainRequestContent

docs/interfaces/management.Management.UpdateCustomDomainRequestContent.html

5.9.11.7 KB
Original Source

Interface UpdateCustomDomainRequestContent

Example

{}Copy

interface UpdateCustomDomainRequestContent {
tls_policy?: "recommended";
custom_client_ip_header?: CustomDomainCustomClientIpHeader;
domain_metadata?: DomainMetadata;
relying_party_identifier?: string | null;
}

Index

Properties

tls_policy?custom_client_ip_header?domain_metadata?relying_party_identifier?

Properties

Optionaltls_policy

tls_policy?: "recommended"

recommended includes TLS 1.2

Optionalcustom_client_ip_header

custom_client_ip_header?: CustomDomainCustomClientIpHeader

Optionaldomain_metadata

domain_metadata?: DomainMetadata

Optionalrelying_party_identifier

relying_party_identifier?: string | null

Relying Party ID (rpId) to be used for Passkeys on this custom domain. Set to null to remove the rpId and fall back to using the full domain.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties tls_policycustom_client_ip_headerdomain_metadatarelying_party_identifier