We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With google-oauth-java-client being deprecated, is there an official replacement? https://github.com/googleapis/google-auth-library-java is the closest I could find.
google-oauth-java-client
Thanks.
The text was updated successfully, but these errors were encountered:
This entire library is not being deprecated. The general OAuth implementations will remain, however, the Google API-specific authentication classes (from google-api-client) are now marked as deprecated in favor of https://github.com/googleapis/google-auth-library-java. We do not want to maintain 2 separate implementations of Application Default Credentials and other Google-specific auth mechanisms. For compatibility with google-http-client, see: https://github.com/googleapis/google-auth-library-java#using-credentials-with-google-http-client
Sorry, something went wrong.
chingor13
No branches or pull requests
With
google-oauth-java-client
being deprecated, is there an official replacement? https://github.com/googleapis/google-auth-library-java is the closest I could find.Thanks.
The text was updated successfully, but these errors were encountered: