hercules-ci-api-0.6.0.1: Hercules CI API definition with Servant
Safe HaskellNone
LanguageHaskell2010

Hercules.API.Auth

Synopsis

Documentation

data AuthAPI f Source #

Endpoints for authentication

Constructors

AuthAPI 

Fields

Instances

Instances details
Generic (AuthAPI f) Source # 
Instance details

Defined in Hercules.API.Auth

Associated Types

type Rep (AuthAPI f) :: Type -> Type #

Methods

from :: AuthAPI f -> Rep (AuthAPI f) x #

to :: Rep (AuthAPI f) x -> AuthAPI f #

type Rep (AuthAPI f) Source # 
Instance details

Defined in Hercules.API.Auth

type Rep (AuthAPI f) = D1 ('MetaData "AuthAPI" "Hercules.API.Auth" "hercules-ci-api-0.6.0.1-L0iUsBHZSJOKN1YKeFqdwV" 'False) (C1 ('MetaCons "AuthAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "initiateGitHubLogin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- ("api" :> ("auth" :> ("github" :> (QueryParam' '[Optional, Strict] "redirect" Text :> Get302 '[PlainText, JSON] ('[] :: [Type])))))))))