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

Class AuthMethodInfo

crates/opencode-server/src/routes.rs:2311–2314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2309
2310#[derive(Debug, Serialize)]
2311pub struct AuthMethodInfo {
2312 pub name: String,
2313 pub description: String,
2314}
2315
2316async fn get_provider_auth(
2317 State(_state): State<Arc<ServerState>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected