---
title: shared
framework: authenticationservices
role: symbol
role_heading: Type Property
path: authenticationservices/ascredentialidentitystore/shared
---

# shared

The shared credential identity store.

## Declaration

```swift
class var shared: ASCredentialIdentityStore { get }
```

## Discussion

Discussion Use the shared identity store to tell Password AutoFill about the identities for which your extension can supply credentials. The identity store doesn’t contain passwords, but still contains sensitive information like usernames. To maintain good security, a credential provider app and its extension have a dedicated shared store that’s separate from any other app’s shared store. Further, the system doesn’t include the shared store in a device backup so the data never leaves the device. Also, the system clears the shared store if the user disables the extension in Settings.
