pdi.jwt
  package pdi.jwt
 
Members list
Type members
Classlikes
            object JwtUpickle extends JwtUpickle
           
          Attributes
- Companion
 - class
 - Supertypes
 - Self type
 - 
               JwtUpickle.type
 
            class JwtUpickle(val clock: Clock) extends JwtUpickleParser[JwtHeader, JwtClaim]
           
          Attributes
- Companion
 - object
 - Supertypes
 - Known subtypes
 - 
               object JwtUpickle
 
            trait JwtUpickleImplicits
           
          Attributes
- Supertypes
 - 
               class Objecttrait Matchableclass Any
 - Known subtypes
 
            trait JwtUpickleParser[H, C] extends JwtJsonCommon[Value, H, C], JwtUpickleImplicits
           
          Implementation of JwtCore using Js.Value from uPickle.
Implementation of JwtCore using Js.Value from uPickle.
To see a full list of samples, check the online documentation.
Attributes
- Supertypes
 - Known subtypes
 - 
               class JwtUpickleobject JwtUpickle
 
In this article