| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Servant.Auth.Server.Internal.Class
Contents
Documentation
class IsAuth a v where Source #
IsAuth a ctx v indicates that a is an auth type that expects all
elements of ctx to be the in the Context and whose authentication check
returns an AuthCheck v.
Helper
class AreAuths (as :: [Type]) (ctxs :: [Type]) v where Source #