APISecurityScheme.apiKey constructor

APISecurityScheme.apiKey(
  1. String? name,
  2. APIParameterLocation? location
)

Implementation

APISecurityScheme.apiKey(this.name, this.location) : type = APISecuritySchemeType.apiKey;