File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2 Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -213,11 +213,7 @@ public static GoogleCredential getApplicationDefault(
213213 * href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
214214 * for more details.
215215 *
216- * <p>Returns credentials defined by a JSON file stream.
217- *
218- * <p>The stream can contain a Service Account key file in JSON format from the Google
219- *
220- * <p>Developers Console or a stored user credential using the format supported by the Cloud SDK.
216+ * <p>Returns a credential defined by a Json file.
221217 *
222218 * @param credentialStream the stream with the credential definition.
223219 * @return the credential defined by the credentialStream.
@@ -248,11 +244,7 @@ public static GoogleCredential fromStream(InputStream credentialStream) throws I
248244 * href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
249245 * for more details.
250246 *
251- * <p>Returns credentials defined by a JSON file stream.
252- *
253- * <p>The stream can contain a Service Account key file in JSON format from the Google
254- *
255- * <p>Developers Console or a stored user credential using the format supported by the Cloud SDK.
247+ * <p>Returns a credential defined by a Json file.
256248 *
257249 * @param credentialStream the stream with the credential definition.
258250 * @return the credential defined by the credentialStream.
You can’t perform that action at this time.
0 commit comments