Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update oauth2_http/java/com/google/auth/oauth2/GoogleCredentials.java
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
  • Loading branch information
diegomarquezp and lqiu96 authored Sep 17, 2025
commit c04265d5e515169bbdc56553042be44226d0e4cf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public static GoogleCredentials getApplicationDefault(HttpTransportFactory trans
* used without validation on your side.
*
* <p>If you know that you will be loading credential configurations of a specific type, it is
* recommended to use a credential-type-specific `load()` method. This will ensure that an
* recommended to use a credential-type-specific `fromStream()` method. This will ensure that an
* unexpected credential type with potential for malicious intent is not loaded unintentionally.
* You might still have to do validation for certain credential types. Please follow the
* recommendation for that method. For example, if you want to load only service accounts, you can
Expand Down
Loading