Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Packstack-Tech/packstack
/ getString
Method
getString
frontend/src/lib/jwt.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
getString(): string {
49
return
this.token;
50
}
51
52
getDecoded(): DecodedToken | null {
53
return
this.tokenPayload;
Callers
2
constructor
Method · 0.80
makeDefaultHeaders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected