Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data AuthProtect (tag :: k)
Documentation
data AuthProtect (tag :: k) Source #
A generalized Authentication combinator. Use this if you have a non-standard authentication technique.
NOTE: THIS API IS EXPERIMENTAL AND SUBJECT TO CHANGE.
Instances
HasLink sub => HasLink (AuthProtect tag :> sub :: Type) Source # | |
Defined in Servant.Links | |
type MkLink (AuthProtect tag :> sub :: Type) a Source # | |
Defined in Servant.Links |