Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ remove
Method
remove
crates/opencode-server/src/oauth.rs:155–157 ·
view source on GitHub ↗
(&self, provider_id: &str)
Source
from the content-addressed store, hash-verified
153
}
154
155
pub async fn remove(&self, provider_id: &str) {
156
self.auth_manager.remove(provider_id).await;
157
}
158
}
Callers
11
connect
Method · 0.45
disconnect
Method · 0.45
remove_oauth
Method · 0.45
set_session_run_status
Function · 0.45
delete_session
Function · 0.45
session_prompt
Function · 0.45
reply_permission
Function · 0.45
reply_question
Function · 0.45
reject_question
Function · 0.45
delete_auth
Function · 0.45
delete_session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected