1
0

♻️ Extracted tokenData and twitch authentication

To be finished
This commit is contained in:
2021-06-16 18:46:05 +02:00
parent e913b0484c
commit 00f753b761
4 changed files with 177 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
export interface TokenData {
access_token: string;
refresh_token: string;
expiryTimestamp: number;
}