APISecurityScheme.apiKey constructor
APISecurityScheme.apiKey(
- String? apiKeyName,
- APIParameterLocation? apiKeyLocation
Implementation
APISecurityScheme.apiKey(this.apiKeyName, this.apiKeyLocation) {
type = "apiKey";
}