DeviceAttestationResult

data class DeviceAttestationResult(val deviceAttestationId: String, val deviceAttestation: DeviceAttestation)

Constructors

Link copied to clipboard
constructor(deviceAttestationId: String, deviceAttestation: DeviceAttestation)

Properties

Link copied to clipboard

Data that proves the platform integrity and can be used to validate a DeviceAssertion.

Link copied to clipboard

Identifier for the opaque private key generated by DeviceCheck.generateAttestation method for use with DeviceCheck.generateAssertion.