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
Right now authentication is always assumed to work with the provided login data and returns false only upon network error.
Parse the first messages when the IRC connection is established in order to check whether username/password/oauth is correct. More info in TwitchPlay/TwitchPlay/Source/TwitchPlay/Private/Components/TwitchIRCComponent.cpp at UTwitchIRCComponent::AuthenticateTwitchIRC.
Possibly do this on a task thread.
The text was updated successfully, but these errors were encountered:
Right now authentication is always assumed to work with the provided login data and returns false only upon network error.
Parse the first messages when the IRC connection is established in order to check whether username/password/oauth is correct. More info in TwitchPlay/TwitchPlay/Source/TwitchPlay/Private/Components/TwitchIRCComponent.cpp at UTwitchIRCComponent::AuthenticateTwitchIRC.
Possibly do this on a task thread.
The text was updated successfully, but these errors were encountered: