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 16fdb74 commit 8f2922eCopy full SHA for 8f2922e
packages/neo4j-driver-deno/lib/core/auth-token-manager.ts
@@ -24,7 +24,7 @@ import { util } from './internal/index.ts'
24
/**
25
* Interface for the piece of software responsible for keeping track of current active {@link AuthToken} across the driver.
26
* @interface
27
- * @since 5.6
+ * @since 5.7
28
*/
29
export default class AuthTokenManager {
30
@@ -44,7 +44,7 @@ export default class AuthTokenManager {
44
45
* Interface which defines an {@link AuthToken} with an expiry data time associated
46
47
48
49
export class TemporalAuthData {
50
public readonly token: AuthToken
0 commit comments