---
title: identifier
framework: accounts
role: symbol
role_heading: Instance Property
path: accounts/acaccount/identifier
---

# identifier

A unique identifier for this account.

## Declaration

```swift
weak var identifier: NSString! { get }
```

## Discussion

Discussion Use the account(withIdentifier:) method to get an account with the specified identifier.

## See Also

### Accessing Properties

- [accountDescription](accounts/acaccount/accountdescription.md)
- [accountType](accounts/acaccount/accounttype.md)
- [credential](accounts/acaccount/credential.md)
- [username](accounts/acaccount/username.md)
- [userFullName](accounts/acaccount/userfullname.md)
