File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
oauth2_http/java/com/google/auth/oauth2 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ public static GoogleCredentials getApplicationDefault(HttpTransportFactory trans
206206 * used without validation on your side.
207207 *
208208 * <p>If you know that you will be loading credential configurations of a specific type, it is
209- * recommended to use a credential-type-specific `load ()` method. This will ensure that an
209+ * recommended to use a credential-type-specific `fromStream ()` method. This will ensure that an
210210 * unexpected credential type with potential for malicious intent is not loaded unintentionally.
211211 * You might still have to do validation for certain credential types. Please follow the
212212 * recommendation for that method. For example, if you want to load only service accounts, you can
You can’t perform that action at this time.
0 commit comments