C# Class Senparc.Weixin.Open.ComponentAPIs.RefreshAuthorizerTokenResult

Inheritance: Senparc.Weixin.Entities.WxJsonResult
Afficher le fichier Open project: JeffreySu/WeiXinMPSDK

Méthodes publiques

Méthode Description
RefreshAuthorizerTokenResult ( ) : System
RefreshAuthorizerTokenResult ( string accessToken, string refreshToken, int expiresIn ) : System

Method Details

RefreshAuthorizerTokenResult() public méthode

public RefreshAuthorizerTokenResult ( ) : System
Résultat System

RefreshAuthorizerTokenResult() public méthode

public RefreshAuthorizerTokenResult ( string accessToken, string refreshToken, int expiresIn ) : System
accessToken string
refreshToken string
expiresIn int
Résultat System