Skip to main content
Module

x/neo4j_lite_client/core/index.ts>types.TrustStrategy

Unofficial Neo4j Driver for Deno
Latest
type alias types.TrustStrategy
import { type types } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { TrustStrategy } = types;
definition: "TRUST_ALL_CERTIFICATES" | "TRUST_CUSTOM_CA_SIGNED_CERTIFICATES" | "TRUST_SYSTEM_CA_SIGNED_CERTIFICATES"