

The AWS Mobile SDK for Unity is now included in the AWS SDK for .NET. This guide references the archived version of the Mobile SDK for Unity. For more information, see [What is the AWS Mobile SDK for Unity?](what-is-unity-plugin.md)

# Amazon Cognito Identity
<a name="cognito-identity"></a>

## What is Amazon Cognito Identity?
<a name="what-is-amazon-cognito-identity"></a>

Using Amazon Cognito Identity, you can create unique identities for your users and authenticate them for secure access to your AWS resources like Amazon S3 or Amazon DynamoDB. Amazon Cognito Identity supports public identity providers—Amazon, Facebook, Twitter/Digits, Google, or any OpenID Connect-compatible provider—as well as unauthenticated identities. Cognito also supports developer authenticated identities, which let you register and authenticate users using your own backend authentication process, while still using [Amazon Cognito Sync](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html) to synchronize user data and access AWS resources.

For more information on Cognito Identity, see the [Amazon Cognito Developer Guide](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html).

For information about Cognito Authentication Region availability, see [Amazon Cognito Identity Region Availability](https://docs.aws.amazon.com/general/latest/gr/rande.html#cognito_identity_region).

### Using a Public Provider to Authenticate Users
<a name="using-a-public-provider-to-authenticate-users"></a>

For information on using public identity providers like Amazon, Facebook, Twitter/Digits, or Google to authenticate users, see the [External Providers](https://docs.aws.amazon.com/cognito/latest/developerguide/external-identity-providers.html) in the Amazon Cognito Developer Guide.

### Using Developer Authenticated Identities
<a name="using-developer-authenticated-identities"></a>

For information on developer authenticated identities, see the [Developer Authenticated Identities](https://docs.aws.amazon.com/cognito/latest/developerguide/developer-authenticated-identities.html#implement-id-provider-1.unity) in the Amazon Cognito Developer Guide.