Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3
ISecurityScheme
IApiKey
Interface IApiKey
interface
IApiKey
{
description
?:
string
;
in
?:
"query"
|
"header"
|
"cookie"
;
name
?:
string
;
type
:
"apiKey"
;
}
Index
Properties
description?
in?
name?
type
Properties
Optional
description
description
?:
string
Optional
in
in
?:
"query"
|
"header"
|
"cookie"
Optional
name
name
?:
string
type
type
:
"apiKey"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
in
name
type
Nestia API Documents
Loading...