Skip to main content
Module

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

Unofficial Neo4j Driver for Deno
Latest
interface types.AuthToken
import { type types } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { AuthToken } = types;

Properties

scheme: string
principal: string
credentials: string
optional
realm: string
optional
parameters: Parameters