public interface WeChatMPAccessTokenStorage
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getJSAPITicket() |
String |
getWebpageAccessToken(String openId,
String scope) |
String |
getWebpageRefreshToken(String openId,
String scope) |
void |
setAccessToken(String token,
int expire) |
void |
setJSAPITicket(String ticket,
int expire) |
void |
setWebpageAccessToken(String openId,
String scope,
String token,
int expire) |
void |
setWebpageRefreshToken(String openId,
String scope,
String token) |
void setAccessToken(String token, int expire)
String getAccessToken()
void setWebpageAccessToken(String openId, String scope, String token, int expire)
void setJSAPITicket(String ticket, int expire)
String getJSAPITicket()
Copyright © 2017. All rights reserved.