Share via


AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Method

Definition

Sets Extra Query Parameters for the query string in the HTTP authentication request.

public T WithExtraQueryParameters (string extraQueryParameters);
override this.WithExtraQueryParameters : string -> 'T
Public Function WithExtraQueryParameters (extraQueryParameters As String) As T

Parameters

extraQueryParameters
String

This parameter will be appended as is to the query string in the HTTP authentication request to the authority. The string needs to be properly URL-encoded and ready to send as a string of segments of the form key=value separated by an ampersand character.

Returns

T

The builder to chain .With methods.

Applies to