vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.iso
/
KeyAuthorization
Key
Authorization
@
Serializable
data
class
KeyAuthorization
(
val
namespaces
:
Array
<
String
>
?
=
null
,
val
dataElements
:
Map
<
String
,
Array
<
String
>
>
?
=
null
)
(
source
)
Part of the ISO/IEC 18013-5:2021 standard: Data structure for MSO (9.1.2.4)
Members
Constructors
Key
Authorization
Link copied to clipboard
constructor
(
namespaces
:
Array
<
String
>
?
=
null
,
dataElements
:
Map
<
String
,
Array
<
String
>
>
?
=
null
)
Properties
data
Elements
Link copied to clipboard
@
SerialName
(
value
=
"dataElements"
)
val
dataElements
:
Map
<
String
,
Array
<
String
>
>
?
namespaces
Link copied to clipboard
@
SerialName
(
value
=
"nameSpaces"
)
val
namespaces
:
Array
<
String
>
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int