---
title: userName
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asimportablecredential/totp/username
---

# userName

The user name associated with the generator. When instantiating from JSON, this property will be populated from the “username” field.

## Declaration

```swift
var userName: String?
```
