| Safe Haskell | None |
|---|
Yesod.Auth.OAuth2
Description
Generic OAuth2 plugin for Yesod
- See Yesod.Auth.OAuth2.Learn for example usage.
Documentation
Arguments
| :: YesodAuth m | |
| => Text | Service name |
| -> OAuth2 | Service details |
| -> (AccessToken -> IO (Creds m)) | This function defines how to take an |
| -> AuthPlugin m |
module Network.OAuth.OAuth2