gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.API.Admin.Auth.Types

Description

 
Synopsis

Documentation

data AuthRequest #

Main types for AUTH API

Instances

Instances details
Arbitrary AuthRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

FromJSON AuthRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJSON AuthRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Generic AuthRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Associated Types

type Rep AuthRequest :: Type -> Type #

ToSchema AuthRequest #

Instances

Instance details

Defined in Gargantext.API.Admin.Auth.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep AuthRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

type Rep AuthRequest = D1 ('MetaData "AuthRequest" "Gargantext.API.Admin.Auth.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "AuthRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "_authReq_username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Username) :*: S1 ('MetaSel ('Just "_authReq_password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GargPassword)))

data AuthResponse #

Instances

Instances details
Arbitrary AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

FromJSON AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJSON AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Generic AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Associated Types

type Rep AuthResponse :: Type -> Type #

Show AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Eq AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToSchema AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep AuthResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

type Rep AuthResponse = D1 ('MetaData "AuthResponse" "Gargantext.API.Admin.Auth.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "AuthResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "_authRes_token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Token) :*: (S1 ('MetaSel ('Just "_authRes_tree_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TreeId) :*: S1 ('MetaSel ('Just "_authRes_user_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserId))))

type Token = Text #

type TreeId = NodeId #

data CheckAuth #

Instances

Instances details
Eq CheckAuth # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

data AuthenticatedUser #

Instances

Instances details
FromJSON AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJSON AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Generic AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Associated Types

type Rep AuthenticatedUser :: Type -> Type #

FromJWT AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJWT AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToSchema AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep AuthenticatedUser # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

type Rep AuthenticatedUser = D1 ('MetaData "AuthenticatedUser" "Gargantext.API.Admin.Auth.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "AuthenticatedUser" 'PrefixI 'True) (S1 ('MetaSel ('Just "_auth_node_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NodeId) :*: S1 ('MetaSel ('Just "_auth_user_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserId)))

type Email = Text #

type Password = Text #

data ForgotPasswordRequest #

Constructors

ForgotPasswordRequest 

Fields

Instances

Instances details
FromJSON ForgotPasswordRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJSON ForgotPasswordRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Generic ForgotPasswordRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Associated Types

type Rep ForgotPasswordRequest :: Type -> Type #

ToSchema ForgotPasswordRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep ForgotPasswordRequest # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

type Rep ForgotPasswordRequest = D1 ('MetaData "ForgotPasswordRequest" "Gargantext.API.Admin.Auth.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "ForgotPasswordRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "_fpReq_email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Email)))

data ForgotPasswordResponse #

Constructors

ForgotPasswordResponse 

Fields

Instances

Instances details
FromJSON ForgotPasswordResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJSON ForgotPasswordResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Generic ForgotPasswordResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Associated Types

type Rep ForgotPasswordResponse :: Type -> Type #

ToSchema ForgotPasswordResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep ForgotPasswordResponse # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

type Rep ForgotPasswordResponse = D1 ('MetaData "ForgotPasswordResponse" "Gargantext.API.Admin.Auth.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "ForgotPasswordResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "_fpRes_status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

data ForgotPasswordGet #

Instances

Instances details
FromJSON ForgotPasswordGet # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

ToJSON ForgotPasswordGet # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Generic ForgotPasswordGet # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

Associated Types

type Rep ForgotPasswordGet :: Type -> Type #

ToSchema ForgotPasswordGet # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

type Rep ForgotPasswordGet # 
Instance details

Defined in Gargantext.API.Admin.Auth.Types

type Rep ForgotPasswordGet = D1 ('MetaData "ForgotPasswordGet" "Gargantext.API.Admin.Auth.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "ForgotPasswordGet" 'PrefixI 'True) (S1 ('MetaSel ('Just "_fpGet_password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Password)))