---
title: serviceIdentifier
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest/serviceidentifier
---

# serviceIdentifier

An identifier that represents a particular service that the user needs a credential for, like a web site.

## Declaration

```swift
var serviceIdentifier: ASCredentialServiceIdentifier { 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)
- [userInfo](authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest/userinfo.md)
