cookies property

Map<String, String> cookies
final

The cookies of the resolved auth, keyed by cookie name.

Kept separate from headers because every cookie shares the single Cookie header: merging two cookie-bearing auths has to concatenate them rather than let the later one replace the earlier.

Implementation

final Map<String, String> cookies;