pdi.jwt

package pdi.jwt

Type members

Classlikes

object JwtCirce extends JwtCirceParser[JwtHeader, JwtClaim]
Companion
class
class JwtCirce extends JwtCirceParser[JwtHeader, JwtClaim]
Companion
object
trait JwtCirceParser[H, C] extends JwtJsonCommon[Json, H, C]

Implementation of JwtCore using Json from Circe.

Implementation of JwtCore using Json from Circe.