Skip to content

Commit

Permalink
explicitly export ServiceAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 authored and brendanhay committed Jun 5, 2020
1 parent 801f00b commit d7c7d71
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gogol/src/Network/Google/Auth/ServiceAccount.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
-- Google services to work with its own data rather than a specific user's data.
--
-- /See:/ <https://developers.google.com/identity/protocols/OAuth2ServiceAccount Service Account Documentation>.
module Network.Google.Auth.ServiceAccount where
module Network.Google.Auth.ServiceAccount
(
ServiceAccount(..)
, AuthorizedUser(..)
, maxTokenLifetime
, metadataToken
, authorizedUserToken
, serviceAccountToken
, encodeBearerJWT
) where

import Control.Monad.Catch
import Control.Monad.IO.Class
Expand Down

0 comments on commit d7c7d71

Please sign in to comment.