ApiKey

final case class ApiKey(description: Doc, name: String, in: In) extends SecurityScheme

Defines an HTTP security scheme that can be used by the operations.

Value parameters:
description

A short description for security scheme.

in

The location of the API key.

name

The name of the header, query or cookie parameter to be used.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def `type`: String
Definition Classes
override def toJson: String
Definition Classes
OpenAPIBase

Inherited methods

Inherited from:
Product