Packages

package jwt

Type Members

  1. trait JwtDirectives extends AnyRef

  2. case class JwtKeyId (name: String) extends Product with Serializable
  3. trait JwtSupport extends StrictLogging
  4. case class KeyPair (algorithmIdentifier: String, encryption: Option[Key], verification: Key) extends Product with Serializable

Ungrouped