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