Found this when trying to upgrade the http client in the auth library.
Caused by #529. If the token looks like an integer we now try to parse it as an integer. This number can overflow an integer and make the parser blow up. Additionally, it changed the expected return type which breaks many internal customers.
googleapis/google-auth-library-java#249
TODO:
Found this when trying to upgrade the http client in the auth library.
Caused by #529. If the token looks like an integer we now try to parse it as an integer. This number can overflow an integer and make the parser blow up. Additionally, it changed the expected return type which breaks many internal customers.
googleapis/google-auth-library-java#249
TODO: