()
| 174 | } |
| 175 | |
| 176 | function 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 | |
| 185 | function startSignoutMainWindow() { |
| 186 | mgr.signoutRedirect().then(function(resp) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…