IGPAPI
Preparing search index...
@igpapi/core
LoginTwoFactorRequiredResponse
Interface LoginTwoFactorRequiredResponse
interface
LoginTwoFactorRequiredResponse
{
error_type
:
string
;
message
:
string
;
phone_verification_settings
:
{
max_sms_count
:
number
;
resend_sms_delay_sec
:
number
;
robocall_after_max_sms
:
boolean
;
robocall_count_down_time_sec
:
number
;
}
;
status
:
string
;
two_factor_info
:
{
eligible_for_multiple_totp
:
boolean
;
is_trusted_device
:
boolean
;
obfuscated_phone_number
:
string
;
pending_trusted_notification
:
boolean
;
pk
:
number
;
should_opt_in_trusted_device_option
:
boolean
;
show_messenger_code_option
:
boolean
;
show_new_login_screen
:
boolean
;
show_trusted_device_option
:
boolean
;
sms_not_allowed_reason
:
null
;
sms_two_factor_on
:
boolean
;
totp_two_factor_on
:
boolean
;
trusted_notification_polling_nonce
?:
string
|
null
;
two_factor_identifier
:
string
;
username
:
string
;
whatsapp_two_factor_on
:
boolean
;
}
;
two_factor_required
:
boolean
;
}
Index
Properties
error_
type
message
phone_
verification_
settings
status
two_
factor_
info
two_
factor_
required
Properties
error_
type
error_type
:
string
message
message
:
string
phone_
verification_
settings
phone_verification_settings
:
{
max_sms_count
:
number
;
resend_sms_delay_sec
:
number
;
robocall_after_max_sms
:
boolean
;
robocall_count_down_time_sec
:
number
;
}
status
status
:
string
two_
factor_
info
two_factor_info
:
{
eligible_for_multiple_totp
:
boolean
;
is_trusted_device
:
boolean
;
obfuscated_phone_number
:
string
;
pending_trusted_notification
:
boolean
;
pk
:
number
;
should_opt_in_trusted_device_option
:
boolean
;
show_messenger_code_option
:
boolean
;
show_new_login_screen
:
boolean
;
show_trusted_device_option
:
boolean
;
sms_not_allowed_reason
:
null
;
sms_two_factor_on
:
boolean
;
totp_two_factor_on
:
boolean
;
trusted_notification_polling_nonce
?:
string
|
null
;
two_factor_identifier
:
string
;
username
:
string
;
whatsapp_two_factor_on
:
boolean
;
}
two_
factor_
required
two_factor_required
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error_
type
message
phone_
verification_
settings
status
two_
factor_
info
two_
factor_
required
IGPAPI
Loading...