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 477c08a commit e0821c7Copy full SHA for e0821c7
crates/rmcp/src/transport/auth.rs
@@ -201,6 +201,7 @@ impl AuthorizationManager {
201
}
202
203
204
+ /// get client id and credentials
205
pub async fn get_credentials(&self) -> Result<(String, Option<OAuthTokenResponse>), AuthError> {
206
let credentials = self.credentials.read().await;
207
let client_id = self
0 commit comments