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

Class

src/Adapters/Auth/BaseCodeAuthAdapter.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// abstract class for auth code adapters
2import AuthAdapter from './AuthAdapter';
3export default class BaseAuthCodeAdapter extends AuthAdapter {
4 constructor(adapterName) {
5 super();
6 this.adapterName = adapterName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected