io.really.jwt
package io.really.jwt
Members list
Type members
Classlikes
sealed abstract class Algorithm extends Product, Serializable
object Algorithm
abstract class JWTException(message: String) extends Exception
Attributes
- Companion
- object
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object JWTException
Represent JWT Exceptions
Represent JWT Exceptions
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JWTException.type
Represent JWT Header
Represent JWT Header
Value parameters
- alg
-
is algorithm that used to encrypt token
- extraHeader
-
is represent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
sealed abstract class JWTResult extends Product, Serializable
Represent result from decode operation
Represent result from decode operation
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object EmptyJWT.typeobject InvalidHeader.typeobject InvalidSignature.typeclass JWTobject NotEnoughSegments.typeobject TooManySegments.typeShow all
object JWTResult
In this article