Network.OAuth2.Provider.Google
data Google Source #
Constructors
Defined in Network.OAuth2.Provider.Google
Methods
showsPrec :: Int -> Google -> ShowS #
show :: Google -> String #
showList :: [Google] -> ShowS #
(==) :: Google -> Google -> Bool #
(/=) :: Google -> Google -> Bool #
defaultGoogleApp :: IdpApplication 'AuthorizationCode Google Source #
defaultGoogleIdp :: Idp Google Source #
data GoogleUser Source #
Fields
"scope": "https://www.googleapis.com/auth/userinfo.profile"]
"scopes": "https://www.googleapis.com/auth/userinfo.email",
parseJSON :: Value -> Parser GoogleUser #
parseJSONList :: Value -> Parser [GoogleUser] #
Associated Types
type Rep GoogleUser :: Type -> Type #
from :: GoogleUser -> Rep GoogleUser x #
to :: Rep GoogleUser x -> GoogleUser #
showsPrec :: Int -> GoogleUser -> ShowS #
show :: GoogleUser -> String #
showList :: [GoogleUser] -> ShowS #