License | MIT |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
BattlePlace.Token.Types
Description
Synopsis
- 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
Ticket. Ticket doesn't contain information, it's just an ID.
Instances
Generic Ticket Source # | |
ToJSON Ticket Source # | |
Defined in BattlePlace.Token.Types | |
FromJSON Ticket Source # | |
ToSchema Ticket Source # | |
Defined in BattlePlace.Token.Types Methods declareNamedSchema :: Proxy Ticket -> Declare (Definitions Schema) NamedSchema # | |
type Rep Ticket Source # | |
Defined in BattlePlace.Token.Types |