OAuthBase GetUserInfo Method Nemiro.OAuth
Gets the user details via API of the provider.

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

[ObsoleteAttribute("Please use overload. // v1.9", false)]
public virtual UserInfo GetUserInfo()

Return Value

Type: UserInfo
Remarks

This is method is implemented at the client level.

See Also