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

Polysemy.Account.Data.AccountAuthDescription

Description

 
Synopsis

Documentation

newtype AccountAuthDescription Source #

A freeform text used to describe the nature of an AccountAuth, like whether it's a generated or user-supplied password.

Instances

Instances details
FromJSON AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

ToJSON AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

IsString AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

Generic AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

Associated Types

type Rep AccountAuthDescription :: Type -> Type #

Show AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

Eq AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

Ord AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

type Rep AccountAuthDescription Source # 
Instance details

Defined in Polysemy.Account.Data.AccountAuthDescription

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