()
| 85 | |
| 86 | class WeiboAdapter extends BaseAuthCodeAdapter { |
| 87 | constructor() { |
| 88 | super('Weibo'); |
| 89 | } |
| 90 | |
| 91 | async getUserFromAccessToken(access_token) { |
| 92 | const postData = querystring.stringify({ |
nothing calls this directly
no outgoing calls
no test coverage detected