JWTPayload

harness.web.JWTPayload$
See theJWTPayload companion trait
object JWTPayload

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JWTPayload.type

Members list

Value members

Concrete methods

def apply[A](implicit jwtPayload: JWTPayload[A]): JWTPayload[A]
inline def make[A](inline exp: A => Instant): JWTPayload[A]