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

Class AuthMeta

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

Source from the content-addressed store, hash-verified

64
65#[derive(Debug, Clone, Deserialize, Serialize)]
66pub struct AuthMeta {
67 pub provider: String,
68 pub methods: Vec<AuthMethodMeta>,
69}
70
71#[derive(Debug, Clone, Deserialize, Serialize)]
72pub struct AuthMethodMeta {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected