DeviceAttestationIos
On iOS device attestation is the result of Apple's DeviceCheck API.
Types
Link copied to clipboard
class ParsedAuthData(val appIdHash: ByteString, val signCount: Int, val aaguid: ByteString, val keyIdentifier: ByteString, val publicKey: EcPublicKey)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun validate(validationData: DeviceAttestationValidationData, validateAt: Instant)
Check the validity of this DeviceAttestation.
Link copied to clipboard
Check the validity of assertion in the context of this DeviceAttestation.