Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(gdch): support EC private keys #1896
New issue
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
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
feat(gdch): support EC private keys #1896
Changes from all commits
dc5b79c0c5e4235851b3e258ac9de8511bba4d0f93e3d5302e6635c6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 74 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Rename this field "VALUE_NOT_FOUND_MESSAGE" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 75 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Rename this field "VALUE_WRONG_TYPE_MESSAGE" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 247 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.
Check failure on line 302 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Remove this usage of "clock", it is annotated with @VisibleForTesting and should not be accessed from production code.
Check warning on line 313 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Remove this unused method parameter "apiAudience".
Check warning on line 349 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Add the "@Override" annotation above this method signature
Check warning on line 650 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Remove this use of "Base64"; it is deprecated.
Check warning on line 652 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Remove this use of "Base64"; it is deprecated.
Check warning on line 661 in oauth2_http/java/com/google/auth/oauth2/GdchCredentials.java
Remove this use of "Base64"; it is deprecated.
Check warning on line 183 in oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java
Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.
Check warning on line 183 in oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java
Replace these 3 tests with a single Parameterized one.
Check warning on line 194 in oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java
Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.
Check warning on line 206 in oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java
Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.
Check warning on line 217 in oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java
Remove the declaration of thrown exception 'java.io.IOException', as it cannot be thrown from method's body.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.