Add Twitch, error handling, revokation changes, etc

This commit is contained in:
Puyodead1
2023-03-18 19:28:45 -04:00
parent a60f147156
commit 6d6944cfee
19 changed files with 416 additions and 46 deletions
+1
View File
@@ -13,4 +13,5 @@ export interface ConnectedAccountTokenData {
refresh_token?: string;
expires_in?: number;
expires_at?: number;
fetched_at: number;
}