ApiKeySecurityScheme

@SerialName(value = "apiKey")
data class ApiKeySecurityScheme(val type: String = "apiKey", val name: String, val location: ApiKeyLocation) : SecurityScheme(source)

API Key authentication scheme.

Constructors

Link copied to clipboard
constructor(type: String = "apiKey", name: String, location: ApiKeyLocation)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "name")
val name: String
Link copied to clipboard
@SerialName(value = "type")
open override val type: String