MCPcopy Create free account
hub / github.com/gotify/server /

Class

ui/src/CurrentUser.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const tokenKey = 'gotify-login-key';
9
10export class CurrentUser {
11 private tokenCache: string | null = null;
12 private reconnectTimeoutId: number | null = null;
13 private reconnectTime = 7500;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected