AttestationObject

data class AttestationObject(val fmt: String, val attStmt: AttestationObject.AttestationStatement, val authData: ByteArray)(source)

Constructors

Link copied to clipboard
constructor(fmt: String, attStmt: AttestationObject.AttestationStatement, authData: ByteArray)

Types

Link copied to clipboard
data class AttestationStatement(val x5c: List<ByteArray>, val receipt: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
val fmt: String