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

    Interface PreviewCimdMetadataResponseContent

    interface PreviewCimdMetadataResponseContent {
        client_id?: string;
        errors?: string[];
        validation?: CimdValidationResult;
        mapped_fields?: CimdMappedClientFields;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    client_id?: string

    The client_id of an existing client registered with this external_client_id, if one exists.

    errors?: string[]

    Array of retrieval errors (populated when the metadata document could not be fetched). When present, validation is omitted.

    mapped_fields?: CimdMappedClientFields