TokenRequestParams.AdditionalParams 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.
Additional parameters included in the query string of the request URL.
public:
property IMap<Platform::String ^, Platform::String ^> ^ AdditionalParams { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> AdditionalParams();
public IDictionary<string,string> AdditionalParams { get; }
var iMap = tokenRequestParams.additionalParams;
Public ReadOnly Property AdditionalParams As IDictionary(Of String, String)
Property Value
An IDictionary of strings that contains additional parameters included in the query string of the request URL.