Interface: ISecurityDefinitions
protoc_gen_openapiv2.options.ISecurityDefinitions
Properties of a SecurityDefinitions.
Implemented by
Properties
security
• Optional security: null | { [k: string]: ISecurityScheme; }
A single security scheme definition, mapping a "name" to the scheme it defines.