MCPcopy
hub / github.com/authts/oidc-client-ts / removeUser

Function removeUser

samples/Parcel/src/user-manager/sample.js:95–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95function removeUser() {
96 mgr.removeUser().then(function() {
97 log("user removed");
98 }).catch(function(err) {
99 console.error(err);
100 log(err);
101 });
102}
103
104function startSigninMainWindow() {
105 mgr.signinRedirect({ state: { some: "data" } }).then(function() {

Callers

nothing calls this directly

Calls 3

removeUserMethod · 0.80
logFunction · 0.70
errorMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…