pdi.jwt
  package pdi.jwt
 
Members list
Type members
Classlikes
            class JwtCirce(val clock: Clock) extends JwtCirceParser[JwtHeader, JwtClaim]
           
          
            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
 - Known subtypes
 
In this article