pokemon-go-protobuf-types-0.1.0.0: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Envelopes.AuthTicket

Documentation

data AuthTicket #

Instances

Eq AuthTicket # 
Show AuthTicket # 
Message AuthTicket # 

Methods

descriptor :: MessageDescriptor AuthTicket

Default AuthTicket # 

Methods

def :: AuthTicket

HasField "end" AuthTicket AuthTicket # 

Methods

field :: ProxySym "end" -> Lens AuthTicket AuthTicket (Field "end" AuthTicket) (Field "end" AuthTicket)

HasField "expireTimestampMs" AuthTicket AuthTicket # 

Methods

field :: ProxySym "expireTimestampMs" -> Lens AuthTicket AuthTicket (Field "expireTimestampMs" AuthTicket) (Field "expireTimestampMs" AuthTicket)

HasField "start" AuthTicket AuthTicket # 

Methods

field :: ProxySym "start" -> Lens AuthTicket AuthTicket (Field "start" AuthTicket) (Field "start" AuthTicket)

type Field "end" AuthTicket # 
type Field "end" AuthTicket = ByteString
type Field "expireTimestampMs" AuthTicket # 
type Field "expireTimestampMs" AuthTicket = Word64
type Field "start" AuthTicket # 
type Field "start" AuthTicket = ByteString

end :: forall msg msg'. HasField "end" msg msg' => Lens msg msg' (Field "end" msg) (Field "end" msg') #

expireTimestampMs :: forall msg msg'. HasField "expireTimestampMs" msg msg' => Lens msg msg' (Field "expireTimestampMs" msg) (Field "expireTimestampMs" msg') #

start :: forall msg msg'. HasField "start" msg msg' => Lens msg msg' (Field "start" msg) (Field "start" msg') #