MCPcopy
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

_loadUserMethod · 0.45
State.test.tsFile · 0.45

Calls 1

createStaticMethod · 0.80

Tested by

no test coverage detected