| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider | |
| com.amazonaws.mobileconnectors.cognitoidentityprovider.handlers |
| Modifier and Type | Method and Description |
|---|---|
CognitoDevice |
CognitoUser.thisDevice()
Returns the current device, if users in this pool can remember devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationHandler.onSuccess(CognitoUserSession userSession,
CognitoDevice newDevice)
This method is called to deliver valid tokens, when valid tokens were locally
available (cached) or after successful completion of the authentication process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevicesHandler.onSuccess(List<CognitoDevice> devices)
This method is called on successfully fetching devices for a user.
|
Copyright © 2020. All rights reserved.