package
auth
Type Members
-
-
-
case class
DigestAuthentication(method: String, userName: String, realm: String, nonce: String, uri: String, qop: String, nc: String, cnonce: String, response: String, opaque: String) extends Product with Serializable
-
-
case class
HttpBasicAuthentication(realmName: String)(func: PartialFunction[(String, String, Req), Boolean]) extends HttpAuthentication with Product with Serializable
-
case class
HttpDigestAuthentication(realmName: String)(func: PartialFunction[(String, Req, (String) ⇒ Boolean), Boolean]) extends HttpAuthentication with Loggable with Product with Serializable
-