package authentication
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- authentication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def challenged[A](challenge: Service[Request, \/[Challenge, AuthedRequest[A]]])(service: AuthedService[A]): HttpService
-
object
Authentication
Authentication instances are middleware that provide a
HttpService
with HTTP authentication. -
object
BasicAuth
Provides Basic Authentication from RFC 2617.
-
object
DigestAuth
Provides Digest Authentication from RFC 2617.