toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
vck-openid
/
at.asitplus.wallet.lib.openid
/
AuthnResponseResult
/
Error
Error
data
class
Error
(
val
reason
:
String
,
val
state
:
String
?
,
val
cause
:
Throwable
?
=
null
)
:
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
?
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
?
=
null
reason
Link copied to clipboard
val
reason
:
String
state
Link copied to clipboard
val
state
:
String
?