d0001
d0001

Reputation: 2190

Differences between aws-java-sdk-cognitoidp vs aws-java-sdk-cognitoidentity?

What are the diferrences the aws maven dependencies aws-java-sdk-cognitoidp vs aws-java-sdk-cognitoidentity?

Upvotes: 3

Views: 862

Answers (1)

Vinay Kushwaha
Vinay Kushwaha

Reputation: 1797

aws-java-sdk-cognitoidp is the SDK for Cognito User pools feature, which helps you to create and maintain a user directory and add sign-up and sign-in to your mobile app or web application. aws-java-sdk-cognitoidentity is for Cognito federated identity, which vends a unique identity and temporary scoped aws credentials to the federated users or guest users of your app.

Upvotes: 5

Related Questions