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
/
UnsupportedJwtException
Unsupported
Jwt
Exception
class
UnsupportedJwtException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
JwtException
(
source
)
Thrown when a token uses an algorithm, key type, or feature that is not supported by this library.
Members
Constructors
Unsupported
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
?