@override String? getRefreshTokenCookie() { return cookies?.firstWhereOrNull((x) => x.name == 'ss-reftok')?.value; }