Consider a Netlify Account - “Acct1” which is a PAID account.
It has an OAuth application created to access the authenticated user’s Netlify sites.
Now suppose another user/customer has an account - “Acct2” which is a TRIAL/FREE account.
And this user gets authenticated through the OAuth application created by “Acct1” and an access token is obtained.
Now, with this access token for the authenticated user “Acct2”, the rate limits will be enforced as per the TRIAL/FREE account - “Acct2”, or the rate limits will be as per the OAuth application hosted account which is “Acct1”, PAID in this case ?