Uses of Class
com.belerweb.social.weibo.bean.TokenInfo

Packages that use TokenInfo
com.belerweb.social.weibo.api   
com.belerweb.social.weibo.bean   
 

Uses of TokenInfo in com.belerweb.social.weibo.api
 

Methods in com.belerweb.social.weibo.api that return types with arguments of type TokenInfo
 Result<TokenInfo> OAuth2.getTokenInfo(String accessToken)
          查询用户access_token的授权相关信息,包括授权时间,过期时间和scope权限。 文档地址:http://open.weibo.com/wiki/Oauth2/get_token_info
 

Uses of TokenInfo in com.belerweb.social.weibo.bean
 

Methods in com.belerweb.social.weibo.bean that return TokenInfo
static TokenInfo TokenInfo.parse(org.json.JSONObject jsonObject)
           
 



Copyright © 2014. All Rights Reserved.