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

Class AuthMethodMeta

crates/opencode-plugin/src/subprocess/client.rs:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71#[derive(Debug, Clone, Deserialize, Serialize)]
72pub struct AuthMethodMeta {
73 #[serde(rename = "type")]
74 pub method_type: String,
75 pub label: String,
76}
77
78#[derive(Debug, Deserialize)]
79pub struct AuthorizeResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected