When creating a client with both an AppAccessToken and a UserAccessToken, the client favors the UserAccessToken over the AppAccessToken. However, certain Helix API calls require the use of an AppAccessToken, i.e. CreateEventSubSubscription.
The client should automatically use the AppAccessToken field for calls that require AppAccessToken, or otherwise allow AppAccessToken to be passed in per call as in #128.
When creating a client with both an
AppAccessTokenand aUserAccessToken, the client favors theUserAccessTokenover theAppAccessToken. However, certain Helix API calls require the use of anAppAccessToken, i.e.CreateEventSubSubscription.The client should automatically use the AppAccessToken field for calls that require AppAccessToken, or otherwise allow AppAccessToken to be passed in per call as in #128.