Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/android
SimulateBootstrapOptions
Interface SimulateBootstrapOptions
interface
SimulateBootstrapOptions
{
credentials
:
Credentials
;
device
?:
unknown
;
onChallenge
?:
Callback
<
{
challenge
:
CheckpointResponseChallenge
;
}
,
{
code
:
string
;
}
>
;
onTwoFactor
?:
Callback
<
{
twoFactorInfo
:
AccountRepositoryLoginErrorResponseTwoFactorInfo
;
}
,
{
code
:
string
;
method
?:
|
0
|
1
|
"TOTP"
|
"SMS"
;
trustThisDevice
?:
boolean
|
"0"
|
"1"
;
}
>
;
postLoginFlow
?:
boolean
;
preLoginFlow
?:
boolean
;
saveState
?:
Callback
<
Partial
<
AndroidState
>
,
void
>
;
state
?:
any
;
}
Index
Properties
credentials
device?
on
Challenge?
on
Two
Factor?
post
Login
Flow?
pre
Login
Flow?
save
State?
state?
Properties
credentials
credentials
:
Credentials
Optional
device
device
?:
unknown
Optional
on
Challenge
on
Challenge
?:
Callback
<
{
challenge
:
CheckpointResponseChallenge
;
}
,
{
code
:
string
;
}
>
Optional
on
Two
Factor
on
Two
Factor
?:
Callback
<
{
twoFactorInfo
:
AccountRepositoryLoginErrorResponseTwoFactorInfo
;
}
,
{
code
:
string
;
method
?:
|
0
|
1
|
"TOTP"
|
"SMS"
;
trustThisDevice
?:
boolean
|
"0"
|
"1"
;
}
>
Optional
post
Login
Flow
post
Login
Flow
?:
boolean
Optional
pre
Login
Flow
pre
Login
Flow
?:
boolean
Optional
save
State
save
State
?:
Callback
<
Partial
<
AndroidState
>
,
void
>
Optional
state
state
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credentials
device
on
Challenge
on
Two
Factor
post
Login
Flow
pre
Login
Flow
save
State
state
IGPAPI
Loading...