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

Function iframeSignin

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

Source from the content-addressed store, hash-verified

174}
175
176function iframeSignin() {
177 mgr.signinSilent().then(function(user) {
178 log("signed in silent", user);
179 }).catch(function(err) {
180 console.error(err);
181 log(err);
182 });
183}
184
185function startSignoutMainWindow() {
186 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…