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

Inheritance: Senparc.Weixin.Entities.WxJsonResult
Exibir arquivo Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
RefreshAuthorizerTokenResult ( ) : System
RefreshAuthorizerTokenResult ( string accessToken, string refreshToken, int expiresIn ) : System

Method Details

RefreshAuthorizerTokenResult() public method

public RefreshAuthorizerTokenResult ( ) : System
return System

RefreshAuthorizerTokenResult() public method

public RefreshAuthorizerTokenResult ( string accessToken, string refreshToken, int expiresIn ) : System
accessToken string
refreshToken string
expiresIn int
return System