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

Method getIdentity

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

Source from the content-addressed store, hash-verified

41 }
42
43 async getIdentity() {
44 return this.authClient?.getIdentity();
45 }
46
47 async isAuthenticated() {
48 return this.authClient?.isAuthenticated();

Callers 3

useProvideAuthFunction · 0.80
logInFunction · 0.80
loginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected