You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terminal will then output information about how to authenticate in your web browser:
103
+
104
+
```
105
+
Started Device Code Flow login.
106
+
Use this URL to log in: https://www.twitch.tv/activate?device-code=SZPPRMFW
107
+
Use this code when prompted at the above URL: SZPPRMFW
108
+
109
+
This system will check every 5 seconds, and will expire after 30 minutes.
110
+
```
111
+
112
+
The application will then check Twitch's servers every 5 seconds to see if you have authenticated in your web browser. When it detects you have authenticated, it will output the tokens as expected:
113
+
114
+
```
115
+
2024/03/12 11:42:24 Successfully generated User Access Token.
116
+
2024/03/12 11:42:24 User Access Token: c012345asdfetc...
0 commit comments