Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/android
VerifyCodeChallengeScreen
Class VerifyCodeChallengeScreen
Implements
ChallengeScreen
<
VerifyCodeChallengeState
>
Index
Constructors
constructor
Properties
state
Methods
replay
rewind
submit
Constructors
constructor
new
Verify
Code
Challenge
Screen
(
navigation
:
AndroidChallengeNavigation
,
challenge
:
EndpointChallenge
,
state
:
VerifyCodeChallengeState
)
:
VerifyCodeChallengeScreen
Parameters
navigation
:
AndroidChallengeNavigation
challenge
:
EndpointChallenge
state
:
VerifyCodeChallengeState
Returns
VerifyCodeChallengeScreen
Properties
Readonly
state
state
:
VerifyCodeChallengeState
Methods
replay
replay
(
)
:
Promise
<
{
message
?:
undefined
;
status
:
string
;
get
response
():
string
;
}
|
{
message
:
string
;
status
:
string
;
get
response
():
string
;
}
|
{
message
?:
undefined
;
response
:
string
;
status
:
string
;
}
>
Returns
Promise
<
{
message
?:
undefined
;
status
:
string
;
get
response
():
string
;
}
|
{
message
:
string
;
status
:
string
;
get
response
():
string
;
}
|
{
message
?:
undefined
;
response
:
string
;
status
:
string
;
}
>
rewind
rewind
(
)
:
Promise
<
UnitedChallengeResponse
|
ChallengeRequiredResponse
>
Go one step back. Called when you click "back" button.
Returns
Promise
<
UnitedChallengeResponse
|
ChallengeRequiredResponse
>
submit
submit
(
code
:
string
)
:
Promise
<
|
AddBirthdayChallengeResponse
|
DeltaAcknowledgeApprovedChallengeResponse
|
DeltaLoginReviewChallengeResponse
|
EscalationChallengeResponse
.
Root
|
ReviewContactPointChangeChallengeResponse
|
SelectContactPointRecoveryChallengeResponse
|
SelectVerifyMethodChallengeResponse
|
SetNewPasswordChallengeResponse
|
SubmitPhoneChallengeResponse
|
UfacWwwBloksChallengeResponse
|
VerifyCodeChallengeResponse
|
VerifyEmailChallengeResponse
|
VerifyEmailCodeChallengeResponse
|
VerifySmsCodeChallengeResponse
|
VoidChallengeResponse
|
ScrapingWarningChallengeResponse
|
ChallengeRequiredResponse
|
{
response
:
string
;
status
:
string
;
}
>
Parameters
code
:
string
Returns
Promise
<
|
AddBirthdayChallengeResponse
|
DeltaAcknowledgeApprovedChallengeResponse
|
DeltaLoginReviewChallengeResponse
|
EscalationChallengeResponse
.
Root
|
ReviewContactPointChangeChallengeResponse
|
SelectContactPointRecoveryChallengeResponse
|
SelectVerifyMethodChallengeResponse
|
SetNewPasswordChallengeResponse
|
SubmitPhoneChallengeResponse
|
UfacWwwBloksChallengeResponse
|
VerifyCodeChallengeResponse
|
VerifyEmailChallengeResponse
|
VerifyEmailCodeChallengeResponse
|
VerifySmsCodeChallengeResponse
|
VoidChallengeResponse
|
ScrapingWarningChallengeResponse
|
ChallengeRequiredResponse
|
{
response
:
string
;
status
:
string
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
state
Methods
replay
rewind
submit
IGPAPI
Loading...
Go one step back. Called when you click "back" button.