| 8 | const tokenKey = 'gotify-login-key'; |
| 9 | |
| 10 | export class CurrentUser { |
| 11 | private tokenCache: string | null = null; |
| 12 | private reconnectTimeoutId: number | null = null; |
| 13 | private reconnectTime = 7500; |
nothing calls this directly
no outgoing calls
no test coverage detected