Typescript SDK Type Docs
Preparing search index...
Client v3
RequestBaseOptions
Type Alias RequestBaseOptions
type
RequestBaseOptions
=
{
basicAuth
:
string
;
body
:
string
;
httpClientOptions
?:
object
;
request
:
MiddlewareRequest
;
tokenCache
:
TokenCache
;
tokenCacheKey
?:
TokenCacheOptions
;
tokenCacheObject
?:
TokenStore
;
url
:
string
;
}
Index
Properties
basic
Auth
body
http
Client
Options?
request
token
Cache
token
Cache
Key?
token
Cache
Object?
url
Properties
basic
Auth
basicAuth
:
string
body
body
:
string
Optional
http
Client
Options
httpClientOptions
?:
object
request
request
:
MiddlewareRequest
token
Cache
tokenCache
:
TokenCache
Optional
token
Cache
Key
tokenCacheKey
?:
TokenCacheOptions
Optional
token
Cache
Object
tokenCacheObject
?:
TokenStore
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
basic
Auth
body
http
Client
Options
request
token
Cache
token
Cache
Key
token
Cache
Object
url
Typescript SDK Type Docs
Loading...