You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/auth/mod.rs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,6 @@ pub enum AuthMechanism {
41
41
/// The SCRAM-SHA-256 mechanism which extends [RFC 5802](http://tools.ietf.org/html/rfc5802) and is formally defined in [RFC 7677](https://tools.ietf.org/html/rfc7677).
42
42
///
43
43
/// See the [MongoDB documentation](https://docs.mongodb.com/manual/core/security-scram/) for more information.
44
-
///
45
-
/// Note: This mechanism is not currently supported by this driver but will be in the future.
46
44
ScramSha256,
47
45
48
46
/// The MONGODB-X509 mechanism based on the usage of X.509 certificates to validate a client
0 commit comments