MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / clearClientTokenExpirations

Function clearClientTokenExpirations

apps/client/src/code/auth/tokens.ts:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73export function clearClientTokenExpirations(): void {
74 internals.storage.removeItem('accessTokenExpiration');
75 internals.storage.removeItem('refreshTokenExpiration');
76}
77
78export function isTokenExpiring(
79 expirationDate: Date,

Callers 1

logoutFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected