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

# id

A unique identifier for the account.

## Declaration

```swift
var id: Data
```

## Discussion

Discussion This property isn’t displayed to the person using the app.

## See Also

### Accessing account properties

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