Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ AuthManager
Class
AuthManager
crates/opencode-provider/src/auth.rs:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
pub struct AuthManager {
58
credentials: Arc<RwLock<HashMap<String, AuthInfo>>>,
59
filepath: Option<PathBuf>,
60
}
61
62
impl AuthManager {
63
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected