By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Problem/Feature
Resolves #313 and fixes #314.
Description of Changes:
Adds --dcf flag to twitch token, allowing users to activate Device Code Flow for their User Access Token authentication
Adds a new failure message when twitch token -u is used on a Client ID that is set to "Public" Client Type. This is detected by authorization code flow failing with HTTP 400.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Problem/Feature
Resolves #313 and fixes #314.
Description of Changes:
--dcf
flag totwitch token
, allowing users to activate Device Code Flow for their User Access Token authenticationtwitch token -u
is used on a Client ID that is set to "Public" Client Type. This is detected by authorization code flow failing with HTTP 400.Checklist