package jwt
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class JwtJson extends JwtJsonParser[JwtHeader, JwtClaim]
- trait JwtJsonImplicits extends AnyRef
-
trait
JwtJsonParser[H, C] extends JwtJsonCommon[JsObject, H, C] with JwtJsonImplicits
Implementation of
JwtCore
usingJsObject
from Play JSON.Implementation of
JwtCore
usingJsObject
from Play JSON.To see a full list of samples, check the online documentation.