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

Enum AuthType

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

Source from the content-addressed store, hash-verified

37
38#[derive(Debug, Clone, Serialize, Deserialize)]
39pub enum AuthType {
40 OAuth,
41 Api,
42}
43
44#[derive(Debug, Clone, Serialize, Deserialize)]
45pub struct Authorization {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected