Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CreateOrganizationClientRequestItem

    interface CreateOrganizationClientRequestItem {
        client_id: string;
        use_for_member_access: boolean;
    }
    Index
    client_id: string

    The identifier of the client to associate.

    use_for_member_access: boolean

    Whether this client is used for member access to the organization.