SecuritySchemeOpenApi constructor

const SecuritySchemeOpenApi({
  1. required SecuritySchemeTypeOpenApi type,
  2. String? description,
  3. String? name,
  4. SecuritySchemeInOpenApi? in$,
  5. SecuritySchemeNameOpenApi? scheme,
  6. String? bearerFormat,
  7. OAuthFlowsOpenApi? flows,
  8. String? openIdConnectUrl,
})

Implementation

const SecuritySchemeOpenApi({
  required this.type,
  this.description,
  this.name,
  this.in$,
  this.scheme,
  this.bearerFormat,
  this.flows,
  this.openIdConnectUrl,
});