Get stored token expiration time
Future<String?> getTokenExpiresAt() async { return _storage.read(key: _expiresAtKey); }