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 7dabee3 commit 4291595Copy full SHA for 4291595
src/client-side-encryption/state_machine.ts
@@ -103,6 +103,8 @@ declare module 'mongodb-client-encryption' {
103
* - tlsInsecure
104
*
105
* These options are not included in the type, and are ignored if provided.
106
+ *
107
+ * Note that if a secureContext option is provided, all other TLS options will be ignored.
108
*/
109
export type ClientEncryptionTlsOptions = Pick<
110
MongoClientOptions,
0 commit comments