Uses of Class
com.foxinmy.weixin4j.token.PerTicketManager
-
-
Uses of PerTicketManager in com.foxinmy.weixin4j.mp
Constructors in com.foxinmy.weixin4j.mp with parameters of type PerTicketManager Constructor Description WeixinProxy(PerTicketManager perTicketManager, TokenManager componentTokenManager)
第三方组件方式创建微信接口实现(永久刷新令牌机制) -
Uses of PerTicketManager in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return PerTicketManager Modifier and Type Method Description PerTicketManager
ComponentApi. getRefreshTokenManager(String authAppId)
应用套组件永久刷新令牌:刷新令牌主要用于公众号第三方平台获取和刷新已授权用户的access_token,只会在授权时刻提供,请妥善保存。 一旦丢失,只能让用户重新授权,才能再次拿到新的刷新令牌 -
Uses of PerTicketManager in com.foxinmy.weixin4j.mp.component
Constructors in com.foxinmy.weixin4j.mp.component with parameters of type PerTicketManager Constructor Description WeixinTokenComponentCreator(PerTicketManager perTicketManager, TokenManager componentTokenManager)
-
Uses of PerTicketManager in com.foxinmy.weixin4j.qy
Constructors in com.foxinmy.weixin4j.qy with parameters of type PerTicketManager Constructor Description WeixinProxy(PerTicketManager perTicketManager, TokenManager suiteTokenManager)
第三方套件(永久授权码机制) -
Uses of PerTicketManager in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return PerTicketManager Modifier and Type Method Description PerTicketManager
SuiteApi. getPerTicketManager(String authCorpId)
应用套件永久授权码:企业号的永久授权码 -
Uses of PerTicketManager in com.foxinmy.weixin4j.qy.suite
Constructors in com.foxinmy.weixin4j.qy.suite with parameters of type PerTicketManager Constructor Description WeixinTokenSuiteCreator(PerTicketManager perTicketManager, TokenManager suiteTokenManager)
-