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

Interface AccessToken

src/client-side-encryption/providers/azure.ts:14–16  ·  src/client-side-encryption/providers/azure.ts::AccessToken

* The access token that libmongocrypt expects for Azure kms.

Source from the content-addressed store, hash-verified

12 * The access token that libmongocrypt expects for Azure kms.
13 */
14interface AccessToken {
15 accessToken: string;
16}
17
18/**
19 * The response from the azure idms endpoint, including the `expiresOnTimestamp`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected