We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4948306 commit 413333bCopy full SHA for 413333b
src/cmap/auth/mongodb_oidc/cache.ts
@@ -22,7 +22,7 @@ export abstract class ExpiringCacheEntry {
22
}
23
24
/**
25
- * Get an expiration time in milliseconds past epoch. Defaults to immediate.
+ * Get an expiration time in milliseconds past epoch.
26
*/
27
private expirationTime(expiresInSeconds: number): number {
28
return Date.now() + expiresInSeconds * 1000;
0 commit comments