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

# fullName

The full name of the account owner, if provided.

## Declaration

```swift
var fullName: String?
```

## See Also

### Accessing account properties

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