| Package | Description |
|---|---|
| com.amazonaws.mobile.client |
| Modifier and Type | Method and Description |
|---|---|
ForgotPasswordResult |
AWSMobileClient.confirmForgotPassword(String password,
Map<String,String> clientMetadata,
String forgotPasswordChallengeResponse)
Second method to call after
AWSMobileClient.forgotPassword(String) to respond to any challenges
that the service may request. |
ForgotPasswordResult |
AWSMobileClient.confirmForgotPassword(String password,
String forgotPasswordChallengeResponse)
Second method to call after
AWSMobileClient.forgotPassword(String) to respond to any challenges
that the service may request. |
ForgotPasswordResult |
AWSMobileClient.forgotPassword(String username)
Used to reset password if user forgot the old password.
|
ForgotPasswordResult |
AWSMobileClient.forgotPassword(String username,
Map<String,String> clientMetadata)
Used to reset password if user forgot the old password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSMobileClient.confirmForgotPassword(String password,
String forgotPasswordChallengeResponse,
Callback<ForgotPasswordResult> callback)
Second method to call after
AWSMobileClient.forgotPassword(String) to respond to any challenges
that the service may request. |
void |
AWSMobileClient.confirmForgotPassword(String password,
String forgotPasswordChallengeResponse,
Map<String,String> clientMetadata,
Callback<ForgotPasswordResult> callback)
Second method to call after
AWSMobileClient.forgotPassword(String) to respond to any challenges
that the service may request. |
void |
AWSMobileClient.forgotPassword(String username,
Callback<ForgotPasswordResult> callback)
Used to reset password if user forgot the old password.
|
void |
AWSMobileClient.forgotPassword(String username,
Map<String,String> clientMetadata,
Callback<ForgotPasswordResult> callback)
Used to reset password if user forgot the old password.
|
Copyright © 2020. All rights reserved.