Documentation
Preparing search index...
typia
OpenApi
ISecurityScheme
IApiKey
Interface IApiKey
API key authentication.
interface
IApiKey
{
description
?:
string
;
in
?:
"query"
|
"header"
|
"cookie"
;
name
?:
string
;
type
:
"apiKey"
;
}
Index
Properties
description?
in?
name?
type
Properties
Optional
description
description
?:
string
Scheme description.
Optional
in
in
?:
"query"
|
"header"
|
"cookie"
Key location.
Optional
name
name
?:
string
Key name.
type
type
:
"apiKey"
Scheme type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
in
name
type
Documentation
Loading...
API key authentication.