MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / auth_bridges

Method auth_bridges

crates/opencode-plugin/src/subprocess/loader.rs:203–205  ·  view source on GitHub ↗

Get all registered auth bridges, keyed by provider ID.

(&self)

Source from the content-addressed store, hash-verified

201
202 /// Get all registered auth bridges, keyed by provider ID.
203 pub async fn auth_bridges(&self) -> HashMap<String, Arc<PluginAuthBridge>> {
204 self.auth_bridges.read().await.clone()
205 }
206
207 // -- Private helpers ----------------------------------------------------
208

Callers 4

methodsMethod · 0.80
list_plugin_authFunction · 0.80
load_plugin_auth_storeFunction · 0.80
load_plugin_auth_storeFunction · 0.80

Calls 2

readMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected