attestationStatement property

String? attestationStatement
getter/setter pair

The App Attest statement as returned by Apple's client-side App Attest API.

This is the CBOR object returned by Apple, which will be Base64 encoded in the JSON API.

Implementation

core.String? attestationStatement;