Add Twitch, error handling, revokation changes, etc

This commit is contained in:
Puyodead1
2022-12-24 16:24:58 -05: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;
}