polysemy-account-0.2.0.0: Account management with Servant and Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Account.Data.AuthForAccount

Description

 
Synopsis

Documentation

data AuthForAccount i Source #

Query payload for looking up auth info by account ID.

Constructors

AuthForAccount 

Fields

Instances

Instances details
Generic (AuthForAccount i) Source # 
Instance details

Defined in Polysemy.Account.Data.AuthForAccount

Associated Types

type Rep (AuthForAccount i) :: Type -> Type #

Show i => Show (AuthForAccount i) Source # 
Instance details

Defined in Polysemy.Account.Data.AuthForAccount

Eq i => Eq (AuthForAccount i) Source # 
Instance details

Defined in Polysemy.Account.Data.AuthForAccount

Ord i => Ord (AuthForAccount i) Source # 
Instance details

Defined in Polysemy.Account.Data.AuthForAccount

type Rep (AuthForAccount i) Source # 
Instance details

Defined in Polysemy.Account.Data.AuthForAccount

type Rep (AuthForAccount i) = D1 ('MetaData "AuthForAccount" "Polysemy.Account.Data.AuthForAccount" "polysemy-account-0.2.0.0-JBrIF35CBfcBfeWmsi0YZS" 'False) (C1 ('MetaCons "AuthForAccount" 'PrefixI 'True) (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 i)))