package jwt
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jwt
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Header(json: String = "") extends Product with Serializable
- final case class JwtGeneratorBuilder(header: Header, payload: Payload, algorithm: String, secret: String) extends StrictLogging with Product with Serializable
- final case class Payload(json: String = "") extends Product with Serializable
- implicit class SessionAppender extends AnyRef
Value Members
- def jwt(algorithm: String, secret: String): JwtGeneratorBuilder
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging