AuthResponse.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 set by the authorization server in the response URI.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ AdditionalParams { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> AdditionalParams();
public IReadOnlyDictionary<string,string> AdditionalParams { get; }
var iMapView = authResponse.additionalParams;
Public ReadOnly Property AdditionalParams As IReadOnlyDictionary(Of String, String)
Property Value
An IReadOnlyDictionary of strings that represents the additional parameters set by the authorization server in the response URI.