MCPcopy Index your code
hub / github.com/parse-community/parse-server / master

Function master

src/Auth.js:52–54  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

50
51// A helper to get a master-level Auth object
52function master(config) {
53 return new Auth({ config, isMaster: true });
54}
55
56// A helper to get a maintenance-level Auth object
57function maintenance(config) {

Callers 6

sendPushMethod · 0.90
runMethod · 0.90
renewSessionIfNeededFunction · 0.85
getAuthForSessionTokenFunction · 0.85
Auth.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected