C# Class Huaban.UWP.Models.AuthToken

Afficher le fichier Open project: dblleaf/Huaban Class Usage Examples

Méthodes publiques

Свойство Type Description
access_token String
expires_in int
refresh_token String
token_type String

Méthodes publiques

Méthode Description
Parse ( string text, bool isRgx = false ) : AuthToken

Method Details

Parse() public static méthode

public static Parse ( string text, bool isRgx = false ) : AuthToken
text string
isRgx bool
Résultat AuthToken

Property Details

access_token public_oe property

public String access_token
Résultat String

expires_in public_oe property

public int expires_in
Résultat int

refresh_token public_oe property

public String refresh_token
Résultat String

token_type public_oe property

public String token_type
Résultat String