Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ credentialPath
Function
credentialPath
packages/cli/src/auth/paths.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
export
function
credentialPath(): string {
24
return
join(configDir(), CREDENTIAL_FILENAME);
25
}
Callers
9
paths.test.ts
File · 0.85
saveUserInfo
Function · 0.85
loadUserInfo
Function · 0.85
clearUserInfo
Function · 0.85
readStore
Function · 0.85
writeStore
Function · 0.85
deleteStore
Function · 0.85
clearOAuth
Function · 0.85
run
Function · 0.85
Calls
1
configDir
Function · 0.85
Tested by
no test coverage detected