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

Method execute

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

* All device workflows must implement this method in order to get the access * token and then call authenticate with it.

(
    connection: Connection,
    credentials: MongoCredentials,
    response?: Document
  )

Source from the content-addressed store, hash-verified

103 * token and then call authenticate with it.
104 */
105 execute(
106 connection: Connection,
107 credentials: MongoCredentials,
108 response?: Document

Callers 13

crud_api.test.tsFile · 0.65
bulk.test.tsFile · 0.65
testFunction · 0.65
bulkWriteMethod · 0.65
bulkWriteMethod · 0.65
authMethod · 0.65

Calls

no outgoing calls

Tested by 1

testFunction · 0.52