AuthDirectives

class AuthDirectives[T](authentication: AsyncAuthenticatorFactory[T], authConfig: AuthConfig)(using `evidence$1`: Decoder[T], ec: ExecutionContext)
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def asyncPolicy(policy: T => Future[Boolean]): Directive0
def policy(policy: T => Boolean): Directive0
def token: Directive1[T]