UserInfo Constructor (Dictionary String, Object , ApiDataMapping)Nemiro.OAuth
Initializes a new instance of the UserInfo class.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

[ObsoleteAttribute("Please use an overloads. // v1.5", false)]
public UserInfo(
	Dictionary<string, Object> source,
	ApiDataMapping mapping
)

Parameters

source
Type: System.Collections.Generic Dictionary String, Object 
The data source.
mapping
Type: Nemiro.OAuth ApiDataMapping
The mapping rules.
See Also