Need to know about rate limit

if we are creating OAuth app with authorization code as a grant type, what will be the rate limit applicable to us from the following:
The maximum number of requests per client credentials grant token per minute is 300.
The maximum number of requests per organization per OAuth client per user per minute is 3000.
The maximum number of requests per token per minute is 3000.

Regards,