securitySchemes

@SerialName(value = "securitySchemes")
val securitySchemes: Map<String, SecurityScheme>?(source)

A declaration of the security schemes available to authorize requests. The key is the scheme name. Follows the OpenAPI 3.0 Security Scheme Object.