ApiKey

zio.http.endpoint.openapi.OpenAPI.SecurityScheme.ApiKey
See theApiKey companion object
final case class ApiKey(description: Option[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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product