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

# identityToken

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

## Declaration

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

## Discussion

Discussion The system encodes the object as a string using NSUTF8StringEncoding.

## See Also

### Identifying a User

- [authorizationCode](authenticationservices/asauthorizationappleidcredential/authorizationcode.md)
- [state](authenticationservices/asauthorizationappleidcredential/state.md)
- [user](authenticationservices/asauthorizationappleidcredential/user.md)
