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, Either[Challenge, AuthedRequest[A]]])(service: AuthedService[A]): HttpService
- object Authentication
-
object
BasicAuth
Provides Basic Authentication from RFC 2617.
-
object
DigestAuth
Provides Digest Authentication from RFC 2617.