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

Method constructor

src/Adapters/Auth/github.js:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70import BaseCodeAuthAdapter from './BaseCodeAuthAdapter';
71class GitHubAdapter extends BaseCodeAuthAdapter {
72 constructor() {
73 super('GitHub');
74 }
75 async getAccessTokenFromCode(authData) {
76 const tokenUrl = 'https://github.com/login/oauth/access_token';
77 const response = await fetch(tokenUrl, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected