public interface IdentityHandler
Modifier and Type | Method and Description |
---|---|
void |
handleError(java.lang.Exception exception)
Handles any error that might have occurred while getting the user's
unique identifier from Amazon Cognito.
|
void |
onIdentityId(java.lang.String identityId)
Handles the user's unique identifier.
|
void onIdentityId(java.lang.String identityId)
identityId
- Amazon Cognito Identity ID which uniquely identifies
the user.void handleError(java.lang.Exception exception)
exception
- exceptionCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.