Skip to content

Commit 334d8d6

Browse files
authoredApr 8, 2022
feat: deprecate OOB auth flow in GooglePromptReceiver (#2034)
1 parent 334f1a1 commit 334d8d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎google-api-client-java6/src/main/java/com/google/api/client/googleapis/extensions/java6/auth/oauth2/GooglePromptReceiver.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* @since 1.11
2828
* @author Yaniv Inbar
2929
*/
30+
@Deprecated
3031
public class GooglePromptReceiver extends AbstractPromptReceiver {
3132

3233
@Override

0 commit comments

Comments
 (0)
Please sign in to comment.