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 7732608 commit 0a82f65Copy full SHA for 0a82f65
1 file changed
crates/rmcp/src/transport/auth.rs
@@ -3099,7 +3099,7 @@ impl OAuthState {
3099
/// Use this when the client was registered with the authorization server
3100
/// out of band and already holds a `client_id` (and optionally a
3101
/// `client_secret`). If `config.scopes` is empty, scopes are selected
3102
- /// from the discovered authorization server metadata.
+ /// using the SDK's normal scope-selection policy.
3103
pub async fn start_authorization_with_preregistered_client(
3104
&mut self,
3105
mut config: OAuthClientConfig,
0 commit comments