← Back to Kairo Docs
|
API Reference (Dokka)
Kairo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kairo
kairo-rest
/
kairo.rest.exception
/
JwtVerificationFailed
Jwt
Verification
Failed
class
JwtVerificationFailed
(
cause
:
Throwable
?
=
null
)
:
LogicalFailure
A catch-all exception for JWT verification failures.
Members
Constructors
Jwt
Verification
Failed
Link copied to clipboard
constructor
(
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
detail
Link copied to clipboard
open
val
detail
:
String
?
json
Link copied to clipboard
open
val
json
:
Map
<
String
,
Any
?
>
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
status
Link copied to clipboard
open
override
val
status
:
HttpStatusCode
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?
type
Link copied to clipboard
open
override
val
type
:
String