AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-a2a-models
/
dev.mokksy.aimocks.a2a.model
/
ApiKeySecurityScheme
Api
Key
Security
Scheme
common
@
Serializable
@
SerialName
(
value
=
"apiKey"
)
data
class
ApiKeySecurityScheme
(
val
type
:
String
=
"apiKey"
,
val
name
:
String
,
val
location
:
ApiKeyLocation
)
:
SecurityScheme
(
source
)
API Key authentication scheme.
Members
Constructors
Api
Key
Security
Scheme
Link copied to clipboard
common
constructor
(
type
:
String
=
"apiKey"
,
name
:
String
,
location
:
ApiKeyLocation
)
Properties
location
Link copied to clipboard
common
@
SerialName
(
value
=
"in"
)
val
location
:
ApiKeyLocation
name
Link copied to clipboard
common
@
SerialName
(
value
=
"name"
)
val
name
:
String
type
Link copied to clipboard
common
@
SerialName
(
value
=
"type"
)
@
EncodeDefault
open
override
val
type
:
String