MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / maybeRemoveApiKeyFromMacOSKeychain

Function maybeRemoveApiKeyFromMacOSKeychain

src/utils/auth.ts:1235–1241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1233}
1234
1235async function maybeRemoveApiKeyFromMacOSKeychain(): Promise<void> {
1236 try {
1237 await maybeRemoveApiKeyFromMacOSKeychainThrows()
1238 } catch (e) {
1239 logError(e)
1240 }
1241}
1242
1243// Function to store OAuth tokens in secure storage
1244export function saveOAuthTokensIfNeeded(tokens: OAuthTokens): {

Callers 2

saveApiKeyFunction · 0.85
removeApiKeyFunction · 0.85

Calls 2

logErrorFunction · 0.70

Tested by

no test coverage detected