wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.User.Auth.ReAuth

Contents

Synopsis

ReAuth

data ReAuthUser Source #

Certain operations might require reauth of the user. These are available only for users that have already set a password.

Instances

Instances details
FromJSON ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

ToJSON ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

Generic ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

Associated Types

type Rep ReAuthUser :: Type -> Type #

Show ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

Eq ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

ToSchema ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

ToSchema ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

type Rep ReAuthUser Source # 
Instance details

Defined in Wire.API.User.Auth.ReAuth

type Rep ReAuthUser = D1 ('MetaData "ReAuthUser" "Wire.API.User.Auth.ReAuth" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'False) (C1 ('MetaCons "ReAuthUser" 'PrefixI 'True) (S1 ('MetaSel ('Just "reAuthPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe PlainTextPassword6)) :*: (S1 ('MetaSel ('Just "reAuthCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value)) :*: S1 ('MetaSel ('Just "reAuthCodeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe VerificationAction)))))