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

Method constructor

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

Source from the content-addressed store, hash-verified

15 public authClient?: AuthClient;
16 public ready = false;
17 constructor() {
18 return this;
19 }
20
21 // Create a new auth client and update it's ready state
22 async create() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected