Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authts/oidc-client-ts
/ sample-callback.js
File
sample-callback.js
samples/Parcel/src/user-manager/sample-callback.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ UserManager, settings } from
"./sample-settings"
;
2
import
{ log } from
"./sample"
;
3
4
new
UserManager(settings).signinRedirectCallback().then(
function
(user) {
Callers
nothing calls this directly
Calls
2
log
Function · 0.90
signinRedirectCallback
Method · 0.80
Tested by
no test coverage detected