---
title: userInfo
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest/userinfo
---

# userInfo

A dictionary that contains values to pass to your account modification extension.

## Declaration

```swift
var userInfo: [AnyHashable : Any]? { get }
```

## See Also

### Creating Upgrade Requests in Your App

- [init(user:serviceIdentifier:userInfo:)](authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest/init(user:serviceidentifier:userinfo:).md)
- [user](authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest/user.md)
- [serviceIdentifier](authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest/serviceidentifier.md)
