jwt-scala
jwt-scala
io.really.jwt
Algorithm
Algorithm
HS256
HS384
HS512
NONE
RS256
RS384
RS512
AlgorithmFmt
DerUtil
JWT
JWTException
JWTException
TooManySegments
NotEnoughSegments
InvalidKey
InvalidPublicKey
InvalidPrivateKey
InvalidAlgorithm
JWTHeader
JWTResult
JWTResult
JWT
TooManySegments
NotEnoughSegments
EmptyJWT
InvalidSignature
InvalidHeader
PemUtil
jwt-scala
/
io.really.jwt
/
JWTResult
/
JWT
JWT
case
class
JWT
(header:
JWTHeader
, payload:
JsObject
) extends
JWTResult
Represent JWT data
Value Params
header
is the header for jwt
payload
is the data for jwt
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
JWTResult
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product