Preparing search index...
The search index is not available
javascript-sdk - v4.7.0
javascript-sdk
http-client/interfaces
HttpClientRequestOptions
Interface HttpClientRequestOptions
Options to use when making an HTTP call.
interface
HttpClientRequestOptions
{
init
:
RequestInit
;
timeout
:
number
;
url
:
string
;
bypassAuthentication
?:
boolean
;
authorization
?:
{
handleStep
:
HandleStep
;
config
?:
ConfigOptions
;
idToken
?:
string
;
txnID
?:
string
;
}
;
requiresNewToken
?:
RequiresNewTokenFn
;
}
Index
Properties
init
timeout
url
bypass
Authentication?
authorization?
requires
New
Token?
Properties
init
init
:
RequestInit
timeout
timeout
:
number
url
url
:
string
Optional
bypass
Authentication
bypassAuthentication
?:
boolean
Optional
authorization
authorization
?:
{
handleStep
:
HandleStep
;
config
?:
ConfigOptions
;
idToken
?:
string
;
txnID
?:
string
;
}
Optional
requires
New
Token
requiresNewToken
?:
RequiresNewTokenFn
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
init
timeout
url
bypass
Authentication
authorization
requires
New
Token
javascript-sdk - v4.7.0
Loading...
Options to use when making an HTTP call.