Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OAuth2 plugin for http://login.salesforce.com
- Authenticates against Salesforce (or sandbox)
- Uses Salesforce user id as credentials identifier
Documentation
oauth2Salesforce :: YesodAuth m => Text -> Text -> AuthPlugin m Source #
oauth2SalesforceScoped :: YesodAuth m => [Text] -> Text -> Text -> AuthPlugin m Source #
oauth2SalesforceSandbox :: YesodAuth m => Text -> Text -> AuthPlugin m Source #
oauth2SalesforceSandboxScoped :: YesodAuth m => [Text] -> Text -> Text -> AuthPlugin m Source #