---
title: items
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asimportableaccount/items
---

# items

All items stored in the account.

## Declaration

```swift
var items: [ASImportableItem]
```

## See Also

### Accessing account properties

- [id](authenticationservices/asimportableaccount/id.md)
- [userName](authenticationservices/asimportableaccount/username.md)
- [email](authenticationservices/asimportableaccount/email.md)
- [fullName](authenticationservices/asimportableaccount/fullname.md)
- [collections](authenticationservices/asimportableaccount/collections.md)
- [ASImportableCollection](authenticationservices/asimportablecollection.md)
- [ASImportableItem](authenticationservices/asimportableitem.md)
