toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
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
>
>
?
=
null
namespaces
Link copied to clipboard
@
SerialName
(
value
=
"nameSpaces"
)
val
namespaces
:
Array
<
String
>
?
=
null
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