Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface TestCustomDomainResponseContent

    interface TestCustomDomainResponseContent {
        success: boolean;
        message?: string;
    }
    Index
    success: boolean

    Result of the operation.

    message?: string

    Message describing the operation status.