oidc-client-0.4.0.0: src/Web/OIDC/Client/Discovery/Issuers.hs
{-# LANGUAGE OverloadedStrings #-}
{-|
Module: Web.OIDC.Client.Discovery.Issuers
Maintainer: krdlab@gmail.com
Stability: experimental
-}
module Web.OIDC.Client.Discovery.Issuers
(
google
-- TODO: other services
) where
import Web.OIDC.Client.Types (IssuerLocation)
google :: IssuerLocation
google = "https://accounts.google.com"