Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authts/oidc-client-ts
/ fromStorageString
Method
fromStorageString
src/User.ts:123–126 ·
view source on GitHub ↗
(storageString: string)
Source
from the content-addressed store, hash-verified
121
}
122
123
public static fromStorageString(storageString: string): User {
124
Logger.createStatic(
"User"
,
"fromStorageString"
);
125
return
new
User(JSON.parse(storageString));
126
}
127
}
Callers
5
SigninState.test.ts
File · 0.45
_loadUser
Method · 0.45
State.test.ts
File · 0.45
readSigninResponseState
Method · 0.45
readSignoutResponseState
Method · 0.45
Calls
1
createStatic
Method · 0.80
Tested by
no test coverage detected