KeyAttestation
Result type returned by AttestationService.verifyKeyAttestation. attestedPublicKey contains an attested public key if attestation was successful (null otherwise) details contains the detailed attestation result (see AttestationResult for more details)
Functions
Link copied to clipboard
inline fun <R> fold(onError: (AttestationResult.Error) -> R, onSuccess: (T, AttestationResult.Verified) -> R): R