Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
export
const
authClient =
new
AuthClientWrapper();
Callers
2
useProvideAuth
Function · 0.80
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected