MCPcopy
hub / github.com/mongodb/node-mongodb-native / reauthenticate

Method reauthenticate

src/cmap/auth/mongodb_oidc.ts:114–114  ·  view source on GitHub ↗

* Each workflow should specify the correct custom behaviour for reauthentication.

(connection: Connection, credentials: MongoCredentials)

Source from the content-addressed store, hash-verified

112 * Each workflow should specify the correct custom behaviour for reauthentication.
113 */
114 reauthenticate(connection: Connection, credentials: MongoCredentials): Promise<void>;
115
116 /**
117 * Get the document to add for speculative authentication.

Callers 2

authMethod · 0.65
commandMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected