kotlin-jwt
Toggle table of contents
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kotlin-jwt
kjwt-core
/
co.touchlab.kjwt.exception
/
JwtException
Jwt
Exception
open
class
JwtException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Base class for all exceptions thrown by the KJWT library.
Inheritors
MalformedJwtException
MalformedJwkException
SignatureException
UnsupportedJwtException
ExpiredJwtException
PrematureJwtException
MissingClaimException
MissingHeaderException
IncorrectClaimException
Members
Constructors
Jwt
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?