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

Enum AuthStatus

crates/opencode-mcp/src/oauth.rs:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363/// High-level authentication status for an MCP server.
364#[derive(Debug, Clone, Copy, PartialEq, Eq)]
365pub enum AuthStatus {
366 Authenticated,
367 Expired,
368 NotAuthenticated,
369}
370
371/// Registry of OAuth managers, keyed by MCP server name.
372pub struct OAuthRegistry {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected