$platform
$platform : object
Class TwitchAccount.
Gets and manage account from Twitch, interact with database
saveToDB(\Vigas\StreamingPlatforms\Model\PDO $db, string $username, integer $user_id) : array|false
Saves Twitch user informations into database
| \Vigas\StreamingPlatforms\Model\PDO | $db | Database connection object |
| string | $username | Streaming platform username |
| integer | $user_id | The Vigas user id |
Returns Smashcast username and token if informations have been saved, false otherwise