| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider |
| Modifier and Type | Method and Description |
|---|---|
void |
CognitoUser.getAttributeVerificationCode(String attributeName,
VerificationHandler callback)
Requests code to verify a user attribute, in current thread.
|
void |
CognitoUser.getAttributeVerificationCodeInBackground(String attributeName,
VerificationHandler callback)
Requests code to verify a user attribute, in background.
|
void |
CognitoUser.resendConfirmationCode(VerificationHandler callback)
Request to resend registration confirmation code for a user, in current
thread.
|
void |
CognitoUser.resendConfirmationCodeInBackground(VerificationHandler callback)
Request to resend registration confirmation code for a user, in
background.
|
Copyright © 2020. All rights reserved.