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

Method generateSessionExpiresAt

src/Config.js:910–916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

908 }
909
910 generateSessionExpiresAt() {
911 if (!this.expireInactiveSessions) {
912 return undefined;
913 }
914 var now = new Date();
915 return new Date(now.getTime() + this.sessionLength * 1000);
916 }
917
918 unregisterRateLimiters() {
919 let i = this.rateLimits?.length;

Callers 2

renewSessionIfNeededFunction · 0.80
RestWrite.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected