-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | OAuth Authentication for Yesod.
--   
--   API docs and the README are available at
--   <a>http://www.stackage.org/package/yesod-auth-oauth</a>
@package yesod-auth-oauth
@version 1.4.0.2

module Yesod.Auth.OAuth
authOAuth :: YesodAuth m => OAuth -> (Credential -> IO (Creds m)) -> AuthPlugin m
oauthUrl :: Text -> AuthRoute
authTwitter :: YesodAuth m => ByteString -> ByteString -> AuthPlugin m
twitterUrl :: AuthRoute
authTumblr :: YesodAuth m => ByteString -> ByteString -> AuthPlugin m
tumblrUrl :: AuthRoute
instance GHC.Show.Show Yesod.Auth.OAuth.YesodOAuthException
instance GHC.Exception.Exception Yesod.Auth.OAuth.YesodOAuthException
