---
title: identityToken
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationsinglesignoncredential/identitytoken
---

# identityToken

A JSON Web Token (JWT) that securely communicates information about the user to your app.

## Declaration

```swift
var identityToken: Data? { get }
```

## See Also

### Identifying a User

- [accessToken](authenticationservices/asauthorizationsinglesignoncredential/accesstoken.md)
- [state](authenticationservices/asauthorizationsinglesignoncredential/state.md)
- [authorizedScopes](authenticationservices/asauthorizationsinglesignoncredential/authorizedscopes.md)
