Apply the resolved auth to the given headers.
void applyToHeaders(Map<String, String> headers) { headers.addAll(this.headers); }