vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
vck-openid
/
at.asitplus.wallet.lib.openid
/
AuthnResponseResult
/
ValidationError
Validation
Error
data
class
ValidationError
(
val
field
:
String
,
val
state
:
String
?
=
null
,
val
cause
:
Throwable
)
:
AuthnResponseResult
(
source
)
Error when validating the
vpToken
or
idToken
Members
Constructors
Validation
Error
Link copied to clipboard
constructor
(
field
:
String
,
state
:
String
?
=
null
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
field
Link copied to clipboard
val
field
:
String
state
Link copied to clipboard
val
state
:
String
?