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

Class AuthMethodInfo

crates/opencode-server/src/oauth.rs:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Clone, Serialize, Deserialize)]
9pub struct AuthMethodInfo {
10 #[serde(rename = "type")]
11 pub method_type: String,
12 pub label: String,
13}
14
15pub struct ProviderAuth {
16 auth_manager: Arc<AuthManager>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected