Skip to content

Commit e0821c7

Browse files
committed
comment
1 parent 477c08a commit e0821c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rmcp/src/transport/auth.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ impl AuthorizationManager {
201201
}
202202
}
203203

204+
/// get client id and credentials
204205
pub async fn get_credentials(&self) -> Result<(String, Option<OAuthTokenResponse>), AuthError> {
205206
let credentials = self.credentials.read().await;
206207
let client_id = self

0 commit comments

Comments
 (0)