We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b5321 commit ae5c23eCopy full SHA for ae5c23e
packages/neo4j-driver-deno/lib/core/auth-token-manager.ts
@@ -21,7 +21,7 @@ import auth from './auth.ts'
21
import { AuthToken } from './types.ts'
22
import { util } from './internal/index.ts'
23
24
-type SecurityErrorCode = `Neo.ClientError.Security.${string}`
+export type SecurityErrorCode = `Neo.ClientError.Security.${string}`
25
26
/**
27
* Interface for the piece of software responsible for keeping track of current active {@link AuthToken} across the driver.
0 commit comments