refactor: Use functional design for the authentication of apps

This commit is contained in:
Faruk AYDIN
2022-10-03 21:14:54 +03:00
parent 0abab06124
commit 4d5be952ce
17 changed files with 523 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ import Telemetry from '../helpers/telemetry';
class Connection extends Base {
id!: string;
key!: string;
data = '';
data: string;
formattedData?: IJSONObject;
userId!: string;
verified = false;