Security Scheme Model
constructor(type: SecuritySchemeType, referenceName: String, name: String? = null, in: APIKeyLocation? = null, scheme: HttpSecurityScheme? = null, bearerFormat: String? = null, flows: FlowsModel<TScope>? = null, openIdConnectUrl: String? = null)(source)