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

Function getUser

samples/Parcel/src/code-flow-duendesoftware/sample.js:101–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101function getUser() {
102 mgr.getUser().then(function(user) {
103 log("got user", user);
104 }).catch(function(err) {
105 console.error(err);
106 log(err);
107 });
108}
109
110function removeUser() {
111 mgr.removeUser().then(function() {

Callers

nothing calls this directly

Calls 3

getUserMethod · 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…