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 6617c9e commit a833c73Copy full SHA for a833c73
src/client-side-encryption/state_machine.ts
@@ -108,6 +108,8 @@ declare module 'mongodb-client-encryption' {
108
* - tlsInsecure
109
*
110
* These options are not included in the type, and are ignored if provided.
111
+ *
112
+ * Note that if a secureContext option is provided, all other TLS options will be ignored.
113
*/
114
export type ClientEncryptionTlsOptions = Pick<
115
MongoClientOptions,
0 commit comments