pdi.jwt

package pdi.jwt

Type members

Classlikes

object JwtJson4s extends JwtJson4s
Companion:
class
class JwtJson4s(val clock: Clock) extends JwtJson4sParser[JwtHeader, JwtClaim]
Companion:
object
trait JwtJson4sParser[H, C] extends JwtJson4sCommon[H, C] with JwtJson4sImplicits

Implementation of JwtCore using JObject from Json4s Jackson.

Implementation of JwtCore using JObject from Json4s Jackson.

To see a full list of samples, check the online documentation.