OpenAPIMetadata.SecuritySchemes property

A declaration of which security mechanisms can be used for this operation. The list of values includes alternative security requirement objects that can be used.

public List<Dictionary<string, List<string>>>? SecuritySchemes { get; set; }

See Also