MCPcopy Create free account
hub / github.com/dfinity/cancan / isAuthenticated

Method isAuthenticated

src/utils/authClient.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 async isAuthenticated() {
48 return this.authClient?.isAuthenticated();
49 }
50}
51
52export const authClient = new AuthClientWrapper();

Callers 2

useProvideAuthFunction · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected