Packages

package jwt

Linear Supertypes
StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jwt
  2. StrictLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Header(json: String = "") extends Product with Serializable
  2. final case class JwtGeneratorBuilder(header: Header, payload: Payload, algorithm: String, secret: String) extends StrictLogging with Product with Serializable
  3. final case class Payload(json: String = "") extends Product with Serializable
  4. implicit class SessionAppender extends AnyRef

Value Members

  1. def jwt(algorithm: String, secret: String): JwtGeneratorBuilder
  2. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped