http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
SecurityScheme
/
ApiKey
Api
Key
@
JsonSerializable
data
class
ApiKey
(
val
name
:
String
,
val
location
:
String
,
val
description
:
String
?
=
null
)
:
SecurityScheme
(
source
)
Members
Constructors
Api
Key
Link copied to clipboard
constructor
(
name
:
String
,
location
:
String
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
location
Link copied to clipboard
val
location
:
String
name
Link copied to clipboard
val
name
:
String