0
votes

I cannot seem to see any information in the "OAuth grant limits" graph I expect to find in the OAuth consent screen settings at https://console.cloud.google.com > (project) > (hamburger menu) > APIs & Services > OAuth consent screen settings panel. This is what I see:

enter image description here

Why is there "No data for this time interval"? This is true both in my dev project and in my prod project, which has tens of thousands of users using OAuth.

Does this graph not show any information for mobile application token grants (Android specifically)?

Can one monitor how close one is to breeching the OAuth grant limit somehow differently? As far as I can tell, this is the only place that Google reports it.

1

1 Answers

1
votes

If your project is only requesting access to the identity scopes (openid, email or profile), then the token grant rate limit won't be checked.

This is occurring because those identity scopes are not sensitive scopes. I am also assuming that your application is verified, since you mentioned having a large userbase.

Verified apps also don't have a user cap.