All the pages on how to recieve an OAuth Token tell me something among the lines of
id.twitch.tv/oauth2/(token or authorize), both of which dont return anything with any parameters.
What I’ve currently written there:
RestRequest auth = new RestRequest($"https://id.twitch.tv/oauth2/token?client_id={clientID}&client_secret={clientSecret}&grant_type=authorization_code");