TokenCredentialOptions.AdditionalQueryParameters Property
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.
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))