Skip to content

Commit 7379d7b

Browse files
ashok672Copilot
andauthored
Update msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/AuthorizationRequestUrlParameters.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab9cfc2 commit 7379d7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/AuthorizationRequestUrlParameters.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ public Builder nonce(String val) {
379379
* Specifies the method that should be used to send the authentication result to your app.
380380
* @deprecated ResponseMode.QUERY is deprecated. If you pass ResponseMode.QUERY, it will be automatically overridden to ResponseMode.FORM_POST.
381381
*/
382-
@Deprecated
383382
public Builder responseMode(ResponseMode val) {
384383
this.responseMode = val;
385384
return self();

0 commit comments

Comments
 (0)