We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ce849 commit 3f61ee8Copy full SHA for 3f61ee8
1 file changed
oauth2_http/javatests/com/google/auth/oauth2/UserAuthorizerTest.java
@@ -207,6 +207,7 @@ public void getAuthorizationUrl() throws IOException {
207
assertEquals("code", parameters.get("response_type"));
208
assertEquals(pkce.getCodeChallenge(), parameters.get("code_challenge"));
209
assertEquals(pkce.getCodeChallengeMethod(), parameters.get("code_challenge_method"));
210
+ assertEquals("consent", parameters.get("prompt"));
211
}
212
213
@Test
0 commit comments