MCPcopy Create free account
hub / github.com/parse-community/parse-server / constructor

Method constructor

src/Adapters/Auth/weibo.js:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86class WeiboAdapter extends BaseAuthCodeAdapter {
87 constructor() {
88 super('Weibo');
89 }
90
91 async getUserFromAccessToken(access_token) {
92 const postData = querystring.stringify({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected