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

    Interface DomainVerification

    Domain verification settings.

    interface DomainVerification {
        methods?: DomainVerificationMethod[];
        status?: Management.DomainVerificationStatusEnum;
        error_msg?: string;
        last_verified_at?: string;
    }
    Index

    Properties

    Domain verification methods.

    error_msg?: string

    The user0-friendly error message in case of failed verification. This field is relevant only for Custom Domains with Auth0-Managed Certificates.

    last_verified_at?: string

    The date and time when the custom domain was last verified. This field is relevant only for Custom Domains with Auth0-Managed Certificates.