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

Class AuthLoadResult

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

Source from the content-addressed store, hash-verified

84
85#[derive(Debug, Deserialize)]
86pub struct AuthLoadResult {
87 #[serde(rename = "apiKey")]
88 pub api_key: Option<String>,
89 #[serde(rename = "hasCustomFetch")]
90 pub has_custom_fetch: bool,
91}
92
93#[derive(Debug, Deserialize)]
94pub struct AuthFetchResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected