TrustedRootPair

@Serializable
data class TrustedRootPair(val attestationRoot: TrustedRoot, val receiptRoot: TrustedRoot)(source)

Represents a pair of trusted root entities for Apple's AppAttest ecosystem.

Constructors

Link copied to clipboard
constructor(attestationRoot: TrustedRoot, receiptRoot: TrustedRoot)

Properties

Link copied to clipboard
Link copied to clipboard