C# Class Huaban.UWP.Models.AuthToken

ファイルを表示 Open project: dblleaf/Huaban Class Usage Examples

Public Properties

Property Type Description
access_token String
expires_in int
refresh_token String
token_type String

Public Methods

Method Description
Parse ( string text, bool isRgx = false ) : AuthToken

Method Details

Parse() public static method

public static Parse ( string text, bool isRgx = false ) : AuthToken
text string
isRgx bool
return AuthToken

Property Details

access_token public_oe property

public String access_token
return String

expires_in public_oe property

public int expires_in
return int

refresh_token public_oe property

public String refresh_token
return String

token_type public_oe property

public String token_type
return String