---
title: rawClientDataJSON
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/aspublickeycredential/rawclientdatajson
---

# rawClientDataJSON

Raw data that contains a JSON-compatible encoding of the client data.

## Declaration

```swift
var rawClientDataJSON: Data { get }
```

## Discussion

Discussion This object acts as an input to the signing algorithm. It needs to be in JSON form for the relying party to verify the provided signature. The developer should ignore this value.

## See Also

### Getting the properties

- [credentialID](authenticationservices/aspublickeycredential/credentialid.md)
