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.rs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,7 @@ pub enum AuthMechanism {
94
94
#[cfg(feature = "aws-auth")]
95
95
MongoDbAws,
96
96
97
-
/// MONGODB-OIDC authenticates using [OpenID Connect](https://openid.net/developers/specs/) access tokens. NOTE: this is not supported by the Rust driver.
98
-
// TODO RUST-1497: remove the NOTE.
97
+
/// MONGODB-OIDC authenticates using [OpenID Connect](https://openid.net/developers/specs/) access tokens.
0 commit comments