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

    Interface OrganizationClientAssociation

    The organization's association with the client passed in the include_client_association_for query parameter.

    interface OrganizationClientAssociation {
        use_for_member_access?: boolean;
    }
    Index
    use_for_member_access?: boolean

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