MCPcopy
hub / github.com/browser-use/browser-harness / auth_path

Function auth_path

src/browser_harness/auth.py:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125
126def auth_path() -> Path:
127 override = os.environ.get("BH_AUTH_PATH")
128 if override:
129 return Path(override).expanduser()
130 return paths.config_dir() / "auth.json"
131
132
133def load_auth_file(path: Path | None = None) -> dict:

Callers 6

load_auth_fileFunction · 0.85
save_auth_recordFunction · 0.85
clear_authFunction · 0.85
auth_statusFunction · 0.85
_stored_success_outputFunction · 0.85
run_auth_cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…