Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useProvideAuth
Function · 0.80
logIn
Function · 0.80
login
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected