| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Servant.Auth.Client.Internal
Contents
- newtype Token = Token {}
- type family HasJWT xs :: Constraint where ...
- class JWTAuthNotEnabled
Documentation
A compact JWT Token.
Constructors
| Token | |
Fields | |
type family HasJWT xs :: Constraint where ... Source #
class JWTAuthNotEnabled Source #