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
/
Error
Error
data
class
Error
(
val
reason
:
String
,
val
state
:
String
?
=
null
,
val
cause
:
Throwable
)
:
AuthnResponseResult
(
source
)
Error in parsing the URL or content itself, before verifying the contents of the OpenId response
Members
Constructors
Error
Link copied to clipboard
constructor
(
reason
:
String
,
state
:
String
?
=
null
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
reason
Link copied to clipboard
val
reason
:
String
state
Link copied to clipboard
val
state
:
String
?