Rate Limiting of twitch API

No.

Since “auth” header and “bearer” is used for both App Access and user tokens.

The user (if any) that the token represents ID’s what Rate limit “pool” to use.

So token foo could be an app access token and token bar has bob’s user_id attached as it’s bob’s user token.

So it is a “user request” if the token belongs to a user
Is a server to server request if the token doesn’t belong to a user as it’s of type app access