ApiKeyAuth constructor

ApiKeyAuth(
  1. String location,
  2. String paramName
)

Implementation

ApiKeyAuth(this.location, this.paramName);