| Safe Haskell | None |
|---|---|
| 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.
Minimal complete definition
Helper
class AreAuths (as :: [*]) (ctxs :: [*]) v where Source #
Minimal complete definition
class AppCtx ctx ls res where Source #
AppCtx applies the function res to the arguments in ls by taking the
values from the Context provided.
Minimal complete definition