toggle menu
vclib-openid
4.0.0
common
switch theme
search in API
vclib-openid
/
at.asitplus.wallet.lib.oidc
/
AuthenticationRequestParametersFrom
/
JwsSigned
Jws
Signed
@
Serializable
@
SerialName
(
value
=
"JwsSigned"
)
data
class
JwsSigned
(
val
jwsSigned
:
JwsSigned
,
val
parameters
:
AuthenticationRequestParameters
)
:
AuthenticationRequestParametersFrom
Members
Constructors
Jws
Signed
Link copied to clipboard
constructor
(
jwsSigned
:
JwsSigned
,
parameters
:
AuthenticationRequestParameters
)
Properties
jws
Signed
Link copied to clipboard
val
jwsSigned
:
JwsSigned
parameters
Link copied to clipboard
open
override
val
parameters
:
AuthenticationRequestParameters
Functions
serialize
Link copied to clipboard
fun
serialize
(
)
:
String