iceberg-js
Preparing search index...
AuthConfig
Type Alias AuthConfig
AuthConfig
:
|
{
type
:
"none"
}
|
{
token
:
string
;
type
:
"bearer"
}
|
{
name
:
string
;
type
:
"header"
;
value
:
string
}
|
{
getHeaders
:
()
=>
|
Record
<
string
,
string
>
|
Promise
<
Record
<
string
,
string
>
>
;
type
:
"custom"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iceberg-js
Loading...