pdi.jwt

package pdi.jwt

Type members

Classlikes

object JwtUpickle extends JwtUpickle
Companion:
class
class JwtUpickle(val clock: Clock) extends JwtUpickleParser[JwtHeader, JwtClaim]
Companion:
object
trait JwtUpickleParser[H, C] extends JwtJsonCommon[Value, H, C] with 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.