| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider | |
| com.amazonaws.mobileconnectors.cognitoidentityprovider.continuations |
| Modifier and Type | Method and Description |
|---|---|
void |
CognitoUser.confirmPassword(String verificationCode,
String newPassword,
ForgotPasswordHandler callback)
Sends the new password and the verification code to Cognito Identity
Provider service, in background.
|
void |
CognitoUser.confirmPassword(String verificationCode,
String newPassword,
Map<String,String> clientMetadata,
ForgotPasswordHandler callback)
Sends the new password and the verification code to Cognito Identity
Provider service, in background.
|
void |
CognitoUser.confirmPasswordInBackground(String verificationCode,
String newPassword,
ForgotPasswordHandler callback)
Set new password and send verification code to Cognito Identity Provider
service, in background.
|
void |
CognitoUser.confirmPasswordInBackground(String verificationCode,
String newPassword,
Map<String,String> clientMetadata,
ForgotPasswordHandler callback)
Set new password and send verification code to Cognito Identity Provider
service, in background.
|
void |
CognitoUser.forgotPassword(ForgotPasswordHandler callback)
Starts the process to set a new new password for forgotten password case,
in current thread.
|
void |
CognitoUser.forgotPassword(Map<String,String> clientMetadata,
ForgotPasswordHandler callback)
Starts the process to set a new new password for forgotten password case,
in current thread.
|
void |
CognitoUser.forgotPasswordInBackground(ForgotPasswordHandler callback)
Starts the process to set a new password for forgotten password case, in
background.
|
void |
CognitoUser.forgotPasswordInBackground(Map<String,String> clientMetadata,
ForgotPasswordHandler callback)
Starts the process to set a new password for forgotten password case, in
background.
|
| Constructor and Description |
|---|
ForgotPasswordContinuation(CognitoUser user,
CognitoUserCodeDeliveryDetails parameters,
boolean runInBackground,
ForgotPasswordHandler callback)
Constructs a new Continuation for forgot password process.
|
Copyright © 2020. All rights reserved.