Our Google app uses a scope that's subject to Google's verification process outlined here: OAuth API verification FAQs.
We use two Google oauth apps: production and staging. Our production environment has been verified (after an extensive security review). Our staging environment has not been verified, and so we're subject to the 100-user cap outlined in "Exceptions to verification requirements" in OAuth API verification FAQs.
However, we need to be able create more than 100 accounts to test our "new user sign up" flow. After we use these test accounts, we no longer need them to have access. Currently, new accounts are seeing "Sign in with Google temporarily disabled for this app".
Is there a workaround for the 100 user cap in which we can remove access to test accounts that we're no longer using?