Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/21st-dev/1code
/ getAuth
Method
getAuth
src/main/auth-manager.ts:191–193 ·
view source on GitHub ↗
* Get current auth data
()
Source
from the content-addressed store, hash-verified
189
* Get current auth data
190
*/
191
getAuth(): AuthData | null {
192
return
this.store.load()
193
}
194
195
/**
196
* Logout and clear stored credentials
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected