package jwt
Type Members
- trait JwtDirectives extends AnyRef
- case class JwtKeyId (name: String) extends Product with Serializable
- trait JwtSupport extends StrictLogging
- case class KeyPair (algorithmIdentifier: String, encryption: Option[Key], verification: Key) extends Product with Serializable