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

    Interface RegisterCimdClientResponseContent

    Response after successfully registering or updating a CIMD client

    interface RegisterCimdClientResponseContent {
        client_id: string;
        mapped_fields: CimdMappedClientFields;
        validation: CimdValidationResult;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    client_id: string

    The Auth0 client_id of the created or updated client

    mapped_fields: CimdMappedClientFields