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

    Interface TestCustomDomainResponseContent

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

    Properties

    Properties

    success: boolean

    Result of the operation.

    message?: string

    Message describing the operation status.