Security scheme of Swagger Documents.
OpenApi.ISecurityScheme is a data structure representing content of securitySchemes in swagger.json file. It is composed with 5 types of security schemes as an union type like below.
OpenApi.ISecurityScheme
securitySchemes
swagger.json
https://swagger.io/specification/#security-scheme-object
Security scheme of Swagger Documents.
OpenApi.ISecurityScheme
is a data structure representing content ofsecuritySchemes
inswagger.json
file. It is composed with 5 types of security schemes as an union type like below.