toggle menu
vc-k
5.10.0
common
switch theme
search in API
openid-data-classes
/
at.asitplus.openid
/
RequestParametersFrom
/
DcApiSigned
Dc
Api
Signed
@
Serializable
@
SerialName
(
value
=
"DcApiSigned"
)
data
class
DcApiSigned
<
T
:
RequestParameters
>
(
val
dcApiRequest
:
Oid4vpDCAPIRequest
,
val
parameters
:
T
,
val
jwsSigned
:
JwsSigned
<
T
>
)
:
RequestParametersFrom
<
T
>
(
source
)
Members
Constructors
Dc
Api
Signed
Link copied to clipboard
constructor
(
dcApiRequest
:
Oid4vpDCAPIRequest
,
parameters
:
T
,
jwsSigned
:
JwsSigned
<
T
>
)
Properties
dc
Api
Request
Link copied to clipboard
@
SerialName
(
value
=
"dcApiRequest"
)
val
dcApiRequest
:
Oid4vpDCAPIRequest
jws
Signed
Link copied to clipboard
@
Serializable
(
with
=
JwsSignedSerializer::class
)
@
SerialName
(
value
=
"jwsSigned"
)
val
jwsSigned
:
JwsSigned
<
T
>
parameters
Link copied to clipboard
@
SerialName
(
value
=
"parameters"
)
open
override
val
parameters
:
T
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String