SecuritySchemeOpenApi constructor
const
SecuritySchemeOpenApi({
- required SecuritySchemeTypeOpenApi type,
- String? description,
- String? name,
- SecuritySchemeInOpenApi? in$,
- SecuritySchemeNameOpenApi? scheme,
- String? bearerFormat,
- OAuthFlowsOpenApi? flows,
- String? openIdConnectUrl,
Implementation
const SecuritySchemeOpenApi({
required this.type,
this.description,
this.name,
this.in$,
this.scheme,
this.bearerFormat,
this.flows,
this.openIdConnectUrl,
});