export interface TokenData { access_token: string; refresh_token: string; expiryTimestamp: number; }