object AuthenticatedBuilder
- Source
- Security.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthenticatedBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[U](userinfo: (RequestHeader) => Option[U], defaultParser: [AnyContent], onUnauthorized: () => Result = DefaultUnauthorized)(implicit ec: ExecutionContext): AuthenticatedBuilder[U]
Create an authenticated builder
Create an authenticated builder
- userinfo
The function that looks up the user info.
- onUnauthorized
The function to get the result for when no authenticated user can be found.