| License | MIT |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
BattlePlace.Token.Types
Description
- newtype InternalToken a = InternalToken Text
- newtype Ticket = Ticket Text
Documentation
newtype InternalToken a Source #
Internal token. Token is encrypted, and contains some internal information.
Constructors
| InternalToken Text |
Instances
| ToJSON (InternalToken a) Source # | |
| FromJSON (InternalToken a) Source # | |
| ToHttpApiData (InternalToken a) Source # | |
| FromHttpApiData (InternalToken a) Source # | |