Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApi
ISecurityScheme
IApiKey
Interface IApiKey
Normal API key type.
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
@samchon/openapi
Loading...
Normal API key type.