toggle menu
Signum
3.10.1
common
switch theme
search in API
indispensable-josef
/
at.asitplus.signum.indispensable.josef
/
JsonWebKeySet
Json
Web
Key
Set
@
Serializable
data
class
JsonWebKeySet
(
val
keys
:
Collection
<
JsonWebKey
>
)
(
source
)
JSON Web Key Set as per
RFC 7517
Members
Constructors
Json
Web
Key
Set
Link copied to clipboard
constructor
(
keys
:
Collection
<
JsonWebKey
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
keys
Link copied to clipboard
@
SerialName
(
value
=
"keys"
)
val
keys
:
Collection
<
JsonWebKey
>
Functions
serialize
Link copied to clipboard
fun
serialize
(
)
:
KmmResult
<
String
>