MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / credentials_path

Function credentials_path

claw-code/rust/crates/runtime/src/oauth.rs:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256}
257
258pub fn credentials_path() -> io::Result<PathBuf> {
259 Ok(credentials_home_dir()?.join("credentials.json"))
260}
261
262pub fn load_oauth_credentials() -> io::Result<Option<OAuthTokenSet>> {
263 let path = credentials_path()?;

Calls 1

credentials_home_dirFunction · 0.85