public interface ForgotPasswordHandler
Modifier and Type | Method and Description |
---|---|
void |
getResetCode(ForgotPasswordContinuation continuation)
A code may be required to confirm and complete the password reset process
Supply the new password and the confirmation code - which was sent through email/sms
to the continuation
|
void |
onFailure(java.lang.Exception exception)
This is called for all fatal errors encountered during the password reset process
Probe for cause of this failure.
|
void |
onSuccess()
This is called after successfully setting new password for a user.
|
void onSuccess()
void getResetCode(ForgotPasswordContinuation continuation)
continuation
- REQUIRED: Continuation to the next step.void onFailure(java.lang.Exception exception)
exception
- REQUIRED: Contains failure details.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.