AcquireTokenOptions.ExtraQueryParameters Property

Definition

Sets query parameters for the query string in the HTTP request to the "/token" endpoint.

public System.Collections.Generic.IDictionary<string,string>? ExtraQueryParameters { get; set; }
member this.ExtraQueryParameters : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ExtraQueryParameters As IDictionary(Of String, String)

Property Value

Applies to