File tree Expand file tree Collapse file tree 1 file changed +2
-2
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
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ public static GoogleCredential getApplicationDefault(
219219 * @return the credential defined by the credentialStream.
220220 * @throws IOException if the credential cannot be created from the stream.
221221 * @deprecated This method is being deprecated because of a potential security risk.
222- * Please use {@link <a href="https://javadoc.io/doc/com. google.auth/ google-auth-library-oauth2-http /latest/com/ google/ auth/ oauth2/GoogleCredentials.html ">GoogleCredentials</a> instead.
222+ * Please use {@link <a href="https://cloud. google.com/java/docs/reference/ google-auth-library/latest/com. google. auth. oauth2.GoogleCredentials ">GoogleCredentials</a> instead.
223223 */
224224 @ Beta
225225 @ Deprecated
@@ -251,7 +251,7 @@ public static GoogleCredential fromStream(InputStream credentialStream) throws I
251251 * @return the credential defined by the credentialStream.
252252 * @throws IOException if the credential cannot be created from the stream.
253253 * @deprecated This method is being deprecated because of a potential security risk.
254- * Please use {@link <a href="https://javadoc.io/doc/com. google.auth/ google-auth-library-oauth2-http /latest/com/ google/ auth/ oauth2/GoogleCredentials.html ">GoogleCredentials</a> instead.
254+ * Please use {@link <a href="https://cloud. google.com/java/docs/reference/ google-auth-library/latest/com. google. auth. oauth2.GoogleCredentials ">GoogleCredentials</a> instead.
255255 */
256256 @ Beta
257257 @ Deprecated
You can’t perform that action at this time.
0 commit comments