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.oidvci
/
OAuth2Exception
/
InvalidEncryptionParameters
Invalid
Encryption
Parameters
@
Serializable
class
InvalidEncryptionParameters
(
val
description
:
String
?
=
null
,
val
cause
:
Throwable
?
=
null
)
:
OAuth2Exception
(
source
)
Members
Members & Extensions
Constructors
Invalid
Encryption
Parameters
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
@
Transient
open
override
val
cause
:
Throwable
?
description
Link copied to clipboard
@
Transient
val
description
:
String
?
error
Link copied to clipboard
val
error
:
String
error
Description
Link copied to clipboard
@
Transient
val
errorDescription
:
String
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
serialize
Link copied to clipboard
fun
serialize
(
)
:
String
to
OAuth2Error
Link copied to clipboard
fun
toOAuth2Error
(
)
:
OAuth2Error
to
OAuth2Error
Link copied to clipboard
fun
Throwable
.
toOAuth2Error
(
request
:
RequestParametersFrom
<
*
>
)
:
OAuth2Error
fun
Throwable
.
toOAuth2Error
(
state
:
String
?
)
:
OAuth2Error