IOS
Successful iOS attestation. If AttestationService.verifyKeyAttestation returned this, clientData contains the encoded attested public key. The Warden, returns IOS.Verified, also setting IOS.Verified.attestation. The NoopAttestationService returns IOS.NOOP (which is useful to as it enables skipping any and all attestation checks for unit testing, when used with dependency injection, for example).
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
class Verified(val attestation: ValidatedAttestation, val iosVersion: ParsedVersions, val assertedClientData: Pair<ByteArray, Assertion>?) : AttestationResult.IOS, AttestationResult.Verified