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