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

Method constructor

src/Adapters/Auth/qq.js:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66import BaseAuthCodeAdapter from './BaseCodeAuthAdapter';
67class QqAdapter extends BaseAuthCodeAdapter {
68 constructor() {
69 super('qq');
70 }
71
72 async getUserFromAccessToken(access_token) {
73 const response = await fetch('https://graph.qq.com/oauth2.0/me', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected