MCPcopy 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

constructorMethod · 0.80
makeDefaultHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected