feat: OpenAICompatibleOAuthProvider (config-driven OAuthProvider impl)
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ impl OAuthProvider for McpOAuthProvider {
|
||||
""
|
||||
}
|
||||
|
||||
fn scopes(&self) -> &str {
|
||||
&self.scopes
|
||||
fn scopes(&self) -> String {
|
||||
self.scopes.clone()
|
||||
}
|
||||
|
||||
fn token_request_format(&self) -> TokenRequestFormat {
|
||||
|
||||
Reference in New Issue
Block a user