vc-k
Toggle table of contents
6.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.openid
/
RequestParametersFrom
/
Jws
Jws
@
Serializable
@
SerialName
(
value
=
"Jws"
)
data
class
Jws
<
T
:
RequestParameters
>
(
val
jws
:
JWS
,
val
parameters
:
T
,
val
verified
:
Boolean
,
val
parent
:
Url
?
=
null
)
:
RequestParametersFrom.RequestParametersSigned
<
T
>
(
source
)
Members
Constructors
Jws
Link copied to clipboard
constructor
(
jws
:
JWS
,
parameters
:
T
,
verified
:
Boolean
,
parent
:
Url
?
=
null
)
Properties
jws
Link copied to clipboard
@
SerialName
(
value
=
"jws"
)
val
jws
:
JWS
jws
Typed
Link copied to clipboard
open
override
val
jwsTyped
:
JwsTyped
<
JWS
,
T
>
parameters
Link copied to clipboard
@
SerialName
(
value
=
"parameters"
)
open
override
val
parameters
:
T
parent
Link copied to clipboard
@
SerialName
(
value
=
"parent"
)
val
parent
:
Url
?
verified
Link copied to clipboard
@
SerialName
(
value
=
"verified"
)
open
override
val
verified
:
Boolean