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

trait Serializable
trait Product
trait Equals
trait JWTResult
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product