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

Enum AuthMethodType

crates/opencode-provider/src/auth.rs:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51#[derive(Debug, Clone, Serialize, Deserialize)]
52pub enum AuthMethodType {
53 Auto,
54 Code,
55}
56
57pub struct AuthManager {
58 credentials: Arc<RwLock<HashMap<String, AuthInfo>>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected