Expand description
auth: Read-only access to OpenCode’s auth.json for API key status display.
OpenCode stores credentials in ~/.local/share/opencode/auth.json with the format: { “provider_id”: { “type”: “api”, “key”: “sk-…” } }
Re-exports§
pub use error::AuthError;pub use error::Result;pub use status::ProviderAuthStatus;pub use status::provider_env_var;