JWTPayload

fmgp.crypto.JWTPayload
See theJWTPayload companion object
final case class JWTPayload(aud: Option[SetU[String]], exp: Option[Long], iat: Option[Long], iss: Option[String], jti: Option[String], nbf: Option[Long], sub: Option[String])

Attributes

See also
Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product