IGPAPI
Preparing search index...
@igpapi/core
IgpapiClientOptions
Interface IgpapiClientOptions
interface
IgpapiClientOptions
{
dangerAcceptInvalidCerts
?:
boolean
;
proxy
?:
string
;
seed
?:
string
;
snapshot
?:
{
application
:
MobileApplicationState
;
cookies
:
unknown
;
device
:
MobileDeviceState
;
session
:
MobileSessionState
;
}
;
}
Index
Properties
danger
Accept
Invalid
Certs?
proxy?
seed?
snapshot?
Properties
Optional
danger
Accept
Invalid
Certs
dangerAcceptInvalidCerts
?:
boolean
Optional
proxy
proxy
?:
string
Optional
seed
seed
?:
string
Optional
snapshot
snapshot
?:
{
application
:
MobileApplicationState
;
cookies
:
unknown
;
device
:
MobileDeviceState
;
session
:
MobileSessionState
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
danger
Accept
Invalid
Certs
proxy
seed
snapshot
IGPAPI
Loading...