rawClientDataJSON
Raw data that contains a JSON-compatible encoding of the client data.
Declaration
var rawClientDataJSON: Data { get }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.