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

Class AuthMethod

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

Source from the content-addressed store, hash-verified

31
32#[derive(Debug, Clone, Serialize, Deserialize)]
33pub struct AuthMethod {
34 pub auth_type: AuthType,
35 pub label: String,
36}
37
38#[derive(Debug, Clone, Serialize, Deserialize)]
39pub enum AuthType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected