pdi.jwt

package pdi.jwt

Members list

Type members

Classlikes

object JwtCirce extends JwtCirce

Attributes

Companion
class
Supertypes
class JwtCirce
class Object
trait Matchable
class Any
Show all
Self type
JwtCirce.type
class JwtCirce(val clock: Clock) extends JwtCirceParser[JwtHeader, JwtClaim]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
object JwtCirce.type
trait JwtCirceParser[H, C] extends JwtJsonCommon[Json, H, C]

Implementation of JwtCore using Json from Circe.

Implementation of JwtCore using Json from Circe.

Attributes

Supertypes
trait JwtJsonCommon[Json, H, C]
trait JwtCore[H, C]
class Object
trait Matchable
class Any
Known subtypes
class JwtCirce
object JwtCirce.type