You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-client-java6/src/main/java/com/google/api/client/googleapis/extensions/java6/auth/oauth2/GooglePromptReceiver.java
+4
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@
22
22
* Google OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied
23
23
* from the browser.
24
24
*
25
+
* <p>This uses deprecated OAuth out-of-band (oob) flow. To migrate to an alternative flow, please
26
+
* refer to <a href="https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html">Making
27
+
* Google OAuth interactions safer by using more secure OAuth flows</a>.
0 commit comments