TokenCredentialOptions.AdditionalQueryParameters Property

Definition

Gets or sets extra query parameters that will be appended to the authentication request sent to Microsoft Entra ID. Each entry maps a parameter name to its value and a flag that controls whether the parameter is part of the token cache key. This property is only honored by MSAL-backed credentials.

public System.Collections.Generic.IDictionary<string,(string Value, bool IncludeInCacheKey)> AdditionalQueryParameters { get; }
member this.AdditionalQueryParameters : System.Collections.Generic.IDictionary<string, ValueTuple<string, bool>>
Public ReadOnly Property AdditionalQueryParameters As IDictionary(Of String, ValueTuple(Of String, Boolean))

Property Value

Applies to