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

    Interface OrganizationClient

    interface OrganizationClient {
        client_id: string;
        use_for_member_access: boolean;
        client: OrganizationClientMetadata;
    }
    Index
    client_id: string

    The identifier of the client associated with the organization.

    use_for_member_access: boolean

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