MCPcopy Index your code
hub / github.com/21st-dev/1code / isAuthenticated

Method isAuthenticated

src/main/auth-manager.ts:177–179  ·  view source on GitHub ↗

* Check if user is authenticated

()

Source from the content-addressed store, hash-verified

175 * Check if user is authenticated
176 */
177 isAuthenticated(): boolean {
178 return this.store.isAuthenticated()
179 }
180
181 /**
182 * Get current user

Callers 2

constructorMethod · 0.45
getValidTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected