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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
inline fun <R> fold(onError: (AttestationResult.Error) -> R, onSuccess: (T, AttestationResult.Verified) -> R): R
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String