hoauth2-providers-0.7.1: OAuth2 Identity Providers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.OAuth2.Provider.Auth0

Description

Synopsis

Documentation

mkAuth0Idp Source #

Arguments

:: MonadIO m 
=> Text

Full domain with no http protocol. e.g. foo.auth0.com

-> ExceptT Text m (Idp Auth0) 

data Auth0User Source #

Constructors

Auth0User 

Fields

Instances

Instances details
FromJSON Auth0User Source # 
Instance details

Defined in Network.OAuth2.Provider.Auth0

Generic Auth0User Source # 
Instance details

Defined in Network.OAuth2.Provider.Auth0

Associated Types

type Rep Auth0User :: Type -> Type #

Show Auth0User Source # 
Instance details

Defined in Network.OAuth2.Provider.Auth0

type Rep Auth0User Source # 
Instance details

Defined in Network.OAuth2.Provider.Auth0

type Rep Auth0User = D1 ('MetaData "Auth0User" "Network.OAuth2.Provider.Auth0" "hoauth2-providers-0.7.1-Gaa8zV3oDmxJtZ25W7gXwG" 'False) (C1 ('MetaCons "Auth0User" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "sub") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))