---
title: registrations
framework: identitydocumentservices
role: symbol
role_heading: Instance Property
path: identitydocumentservices/identitydocumentproviderregistrationstore/registrations
---

# registrations

A list of all documents registered with the system.

## Declaration

```swift
var registrations: [any IdentityDocumentRegistration] { get async throws }
```

## See Also

### Registering and removing mobile documents

- [init()](identitydocumentservices/identitydocumentproviderregistrationstore/init().md)
- [addRegistration(_:)](identitydocumentservices/identitydocumentproviderregistrationstore/addregistration(_:).md)
- [removeRegistration(forDocumentIdentifier:)](identitydocumentservices/identitydocumentproviderregistrationstore/removeregistration(fordocumentidentifier:).md)
