blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.passkey
/
CredentialRevokedException
Credential
Revoked
Exception
common
class
CredentialRevokedException
(
val
credentialId
:
String
)
:
Exception
Exception thrown when attempting to use a revoked credential.
Members
Constructors
Credential
Revoked
Exception
Link copied to clipboard
common
constructor
(
credentialId
:
String
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
credential
Id
Link copied to clipboard
common
val
credentialId
:
String
localized
Message
Link copied to clipboard
common
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
common
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
common
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
common
val
suppressed
:
Array
<
out
Throwable
?
>
?