toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.iso
/
DeviceAuth
Device
Auth
@
Serializable
data
class
DeviceAuth
(
val
deviceSignature
:
CoseSigned
<
ByteArray
>
?
=
null
,
val
deviceMac
:
CoseSigned
<
ByteArray
>
?
=
null
)
(
source
)
Part of the ISO/IEC 18013-5:2021 standard: Data structure for mdoc request (8.3.2.1.2.1)
Members
Constructors
Device
Auth
Link copied to clipboard
constructor
(
deviceSignature
:
CoseSigned
<
ByteArray
>
?
=
null
,
deviceMac
:
CoseSigned
<
ByteArray
>
?
=
null
)
Properties
device
Mac
Link copied to clipboard
@
SerialName
(
value
=
"deviceMac"
)
val
deviceMac
:
CoseSigned
<
ByteArray
>
?
=
null
device
Signature
Link copied to clipboard
@
SerialName
(
value
=
"deviceSignature"
)
val
deviceSignature
:
CoseSigned
<
ByteArray
>
?
=
null