vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
dif-data-classes
/
at.asitplus.dif
/
FormatContainerJwt
Format
Container
Jwt
@
Serializable
data
class
FormatContainerJwt
(
val
algorithmStrings
:
Collection
<
String
>
?
=
null
)
(
source
)
Data class for
DIF Presentation Exchange v1.0.0
Members
Constructors
Format
Container
Jwt
Link copied to clipboard
constructor
(
algorithmStrings
:
Collection
<
String
>
?
=
null
)
Properties
algorithms
Link copied to clipboard
@
Transient
val
algorithms
:
Set
<
JsonWebAlgorithm
>
?
algorithm
Strings
Link copied to clipboard
@
SerialName
(
value
=
"alg"
)
val
algorithmStrings
:
Collection
<
String
>
?