We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc115b commit 0b1b10cCopy full SHA for 0b1b10c
1 file changed
crates/rmcp/src/transport/auth.rs
@@ -2817,6 +2817,7 @@ mod tests {
2817
#[test]
2818
fn test_stored_credentials_debug_redacts_token_response() {
2819
use oauth2::{AccessToken, basic::BasicTokenType};
2820
+
2821
use super::{OAuthTokenResponse, StoredCredentials};
2822
2823
let token_response = OAuthTokenResponse::new(
0 commit comments