Is there authentication lock when requesting a jwt token using client credentials

Hello.

I have an API created in auth0 and have created a machine to machine application for the API. The credentials from the M2M application are used in a client credentials flow to get a jwt token from the token url. What I would like to know is what protection(lockout, brute force protection) is available for this specific scenario.

Thank you!