DeviceAttestationIos

data class DeviceAttestationIos(val blob: ByteString) : DeviceAttestation

On iOS device attestation is the result of Apple's DeviceCheck API.

Constructors

Link copied to clipboard
constructor(blob: ByteString)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class ParsedAuthData(val appIdHash: ByteString, val signCount: Int, val aaguid: ByteString, val keyIdentifier: ByteString, val publicKey: EcPublicKey)

Properties

Link copied to clipboard
val blob: ByteString

Functions

Link copied to clipboard
open override fun validate(validationData: DeviceAttestationValidationData)

Check the validity of this DeviceAttestation.

Link copied to clipboard
open override fun validateAssertion(assertion: DeviceAssertion)

Check the validity of assertion in the context of this DeviceAttestation.