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

Method className

src/Routers/SessionsRouter.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7export class SessionsRouter extends ClassesRouter {
8 className() {
9 return '_Session';
10 }
11
12 async handleMe(req) {
13 if (!req.info || !req.info.sessionToken) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected