| Modifier and Type | Method and Description |
|---|---|
CognitoUserCodeDeliveryDetails |
MultiFactorAuthenticationContinuation.getParameters()
This method returns the medium where this multi-factor authentication code was sent.
|
CognitoUserCodeDeliveryDetails |
ForgotPasswordContinuation.getParameters()
Returns Continuation parameters.
|
| Constructor and Description |
|---|
ForgotPasswordContinuation(CognitoUser user,
CognitoUserCodeDeliveryDetails parameters,
boolean runInBackground,
ForgotPasswordHandler callback)
Constructs a new Continuation for forgot password process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerificationHandler.onSuccess(CognitoUserCodeDeliveryDetails verificationCodeDeliveryMedium)
This is called after the verification code was successfully sent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAttributesHandler.onSuccess(List<CognitoUserCodeDeliveryDetails> attributesVerificationList)
This is called after the verification code was successfully sent.
|
Copyright © 2020. All rights reserved.