AttestationResult
Attestation result class. Successful results contain attested data. Typically contained within a KeyAttestation object.
Inheritors
Types
Link copied to clipboard
Successful Android Key Attestation result. attestationCertificateChain contains the attested certificate.
Link copied to clipboard
Link copied to clipboard
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).