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

    Interface LinkedClientConfiguration

    Configuration for linked clients in the OIN Express Configuration feature.

    interface LinkedClientConfiguration {
        client_id: string;
    }
    Index

    Properties

    Properties

    client_id: string

    The ID of the linked client.