applyToParams method

void applyToParams(
  1. Map<String, String> params
)

Apply the resolved auth to the given parameters.

Implementation

void applyToParams(Map<String, String> params) {
  params.addAll(this.params);
}