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

Function iframeSignin

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

Source from the content-addressed store, hash-verified

138}
139
140function iframeSignin() {
141 mgr.signinSilent().then(function(user) {
142 log("signed in", user);
143 }).catch(function(err) {
144 console.error(err);
145 log(err);
146 });
147}
148
149function startSignoutMainWindow() {
150 mgr.signoutRedirect().then(function(resp) {

Callers

nothing calls this directly

Calls 3

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