Documentation
Preparing search index...
@typia/interface
OpenApi
ISecurityScheme
IHttpBasic
Interface IHttpBasic
HTTP basic authentication.
interface
IHttpBasic
{
description
?:
string
;
scheme
:
"basic"
;
type
:
"http"
;
}
Index
Properties
description?
scheme
type
Properties
Optional
description
description
?:
string
Scheme description.
scheme
scheme
:
"basic"
Authentication scheme.
type
type
:
"http"
Scheme type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
scheme
type
Documentation
Loading...
HTTP basic authentication.