C# Class DevZH.AspNetCore.Authentication.Sina.SinaHelper

Contains static methods that allow to extract user's information from a JObject instance retrieved from Sina after a successful authentication process.
Datei anzeigen Open project: noliar/MoreAuthentication Class Usage Examples

Public Methods

Method Description
GetId ( Newtonsoft.Json.Linq.JObject payload ) : string

新浪微博用户ID

Method Details

GetId() public static method

新浪微博用户ID
public static GetId ( Newtonsoft.Json.Linq.JObject payload ) : string
payload Newtonsoft.Json.Linq.JObject
return string