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

    Interface GetOrganizationDiscoveryDomainResponseContent

    interface GetOrganizationDiscoveryDomainResponseContent {
        id: string;
        domain: string;
        status: Management.OrganizationDiscoveryDomainStatus;
        verification_txt: string;
        verification_host: string;
    }
    Index

    Properties

    id: string

    Organization discovery domain identifier.

    domain: string

    The domain name to associate with the organization e.g. acme.com.

    verification_txt: string

    A unique token generated for the discovery domain. This must be placed in a DNS TXT record at the location specified by the verification_host field to prove domain ownership.

    verification_host: string

    The full domain where the TXT record should be added.