toggle menu
vc-k
5.1.0
common
switch theme
search in API
vck-openid
/
at.asitplus.wallet.lib.oidvci
/
OAuth2Exception
OAuth2Exception
class
OAuth2Exception
(
val
error
:
String
,
val
errorDescription
:
String
?
=
null
)
:
Throwable
(
source
)
Members
Constructors
OAuth2Exception
Link copied to clipboard
constructor
(
error
:
String
,
errorDescription
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
String
error
Description
Link copied to clipboard
val
errorDescription
:
String
?
=
null
message
Link copied to clipboard
open
val
message
:
String
?