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