The OAuth redirect URL is where you want Twitch to send the user once they accept/decline your authentication process.
If you don’t plan to use Twitch Authentication you can just put http://localhost
as your redirect url. If you do plan to use OAuth though then you’ll need to point this at your server that’s handling the auth process.