| Package | Description |
|---|---|
| com.amazonaws.mobile.client |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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.forgotPassword(String username,
Callback<ForgotPasswordResult> callback) |
Copyright © 2019. All rights reserved.