Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OAuth2 plugin for Battle.Net
- Authenticates against battle.net.
- Uses user's id as credentials identifier.
- Returns user's battletag in extras.
Synopsis
- oauth2BattleNet :: YesodAuth m => WidgetFor m () -> Text -> Text -> Text -> AuthPlugin m
- oAuth2BattleNet :: YesodAuth m => Text -> Text -> Text -> WidgetFor m () -> AuthPlugin m
Documentation
oAuth2BattleNet :: YesodAuth m => Text -> Text -> Text -> WidgetFor m () -> AuthPlugin m Source #
Deprecated: Use oauth2BattleNet