| Class and Description |
|---|
| com.microsoft.aad.msal4j.UserNamePasswordParameters |
| Method and Description |
|---|
| com.microsoft.aad.msal4j.IPublicClientApplication.acquireToken(UserNamePasswordParameters)
This API not a secure flow and will be removed in a future release.
|
| com.microsoft.aad.msal4j.PublicClientApplication.acquireToken(UserNamePasswordParameters) |
| com.microsoft.aad.msal4j.AuthorizationCodeParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.ClientCredentialParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.DeviceCodeFlowParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.InteractiveRequestParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.OnBehalfOfParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.RefreshTokenParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.SilentParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.UserNamePasswordParameters.extraQueryParameters()
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder.extraQueryParameters(Map<String, String>)
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
| com.microsoft.aad.msal4j.ManagedIdentityApplication.Builder.resource(String)
This method has no effect as the resource field is not used in the ManagedIdentityApplication itself.
Use
ManagedIdentityParameters.builder(String) to set the resource when calling
ManagedIdentityApplication.acquireTokenForManagedIdentity(ManagedIdentityParameters). |
| com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder.responseMode(ResponseMode)
ResponseMode.QUERY is deprecated. If you pass ResponseMode.QUERY, it will be automatically overridden to ResponseMode.FORM_POST.
|
| Enum Constant and Description |
|---|
| com.microsoft.aad.msal4j.ResponseMode.QUERY
Query response mode is no longer supported. Use FORM_POST instead. If provided, it will be automatically overridden to FORM_POST.
|
Copyright © 2013–2026. All rights reserved.