Uses of Class
com.foxinmy.weixin4j.model.Token
-
Packages that use Token Package Description com.foxinmy.weixin4j.model com.foxinmy.weixin4j.token -
-
Uses of Token in com.foxinmy.weixin4j.model
Methods in com.foxinmy.weixin4j.model that return Token Modifier and Type Method Description Token
Token. pushExtra(String name, String value)
-
Uses of Token in com.foxinmy.weixin4j.token
Methods in com.foxinmy.weixin4j.token that return Token Modifier and Type Method Description Token
TicketManager. getTicket()
获取ticket对象Methods in com.foxinmy.weixin4j.token that return types with arguments of type Token Modifier and Type Method Description CacheStorager<Token>
TicketManager. getCacheStorager()
Constructor parameters in com.foxinmy.weixin4j.token with type arguments of type Token Constructor Description PerTicketManager(String authAppId, String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
TicketManager(String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
TokenManager(TokenCreator tokenCreator, CacheStorager<Token> cacheStorager)
-