Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface UpdateCustomDomainRequestContent

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

    Properties

    tls_policy?: "recommended"
    custom_client_ip_header?: CustomDomainCustomClientIpHeader
    domain_metadata?: DomainMetadata
    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.