APISecurityScheme.apiKey constructor

APISecurityScheme.apiKey(
  1. String? apiKeyName,
  2. APIParameterLocation? apiKeyLocation
)

Implementation

APISecurityScheme.apiKey(this.apiKeyName, this.apiKeyLocation) {
  type = "apiKey";
}