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

Method invalidRequest

src/Routers/PagesRouter.js:640–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638 }
639
640 invalidRequest() {
641 const error = new Error();
642 error.status = 403;
643 error.message = 'unauthorized';
644 throw error;
645 }
646
647 /**
648 * Sets the Parse Server configuration in the request object to make it

Callers 5

verifyEmailMethod · 0.95
requestResetPasswordMethod · 0.95
resetPasswordMethod · 0.95
setConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected