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

Method logout

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

Source from the content-addressed store, hash-verified

37 }
38
39 async logout() {
40 return this.authClient?.logout({ returnTo: '/' });
41 }
42
43 async getIdentity() {
44 return this.authClient?.getIdentity();

Callers 1

logOutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected