AppleAnonymousAttestationStatement

See Apple Anonymous Attestation Statement Format.

Definition

interface AppleAnonymousAttestationStatement {
	certificates: Uint8Array[];
}

Properties

  • certificates: A series of X.509 encoded certificates, where the first one is the attestation certificate and the rest is its certificate chain.