pdi.jwt

package pdi.jwt

Type members

Classlikes

object JwtUpickle extends JwtUpickleParser[JwtHeader, JwtClaim]
Companion
class
class JwtUpickle 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.