Documentation
Preparing search index...
@rivetkit/engine-api-full
core
BasicAuth
Variable BasicAuth
BasicAuth
:
{
fromAuthorizationHeader
:
(
header
:
string
)
=>
BasicAuth
;
toAuthorizationHeader
:
(
basicAuth
:
BasicAuth
|
undefined
,
)
=>
string
|
undefined
;
}
Type Declaration
fromAuthorizationHeader
:
(
header
:
string
)
=>
BasicAuth
toAuthorizationHeader
:
(
basicAuth
:
BasicAuth
|
undefined
)
=>
string
|
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...