ManagedIdentityApplicationBuilder.WithExtraQueryParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets Extra Query Parameters for the query string in the HTTP authentication request.
public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithExtraQueryParameters(System.Collections.Generic.IDictionary<string,string> extraQueryParameters);
member this.WithExtraQueryParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Identity.Client.ManagedIdentityApplicationBuilder
Public Function WithExtraQueryParameters (extraQueryParameters As IDictionary(Of String, String)) As ManagedIdentityApplicationBuilder
Parameters
- extraQueryParameters
- IDictionary<String,String>
This parameter will be appended as is to the query string in the HTTP authentication request to the authority
as a string of segments of the form key=value separated by an ampersand character.
The parameter can be null.
Returns
The builder to chain the .With methods.
Remarks
This API is experimental and it may change in future versions of the library without a major version increment