Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.OAuth2.Experiment.Grants.ResourceOwnerPassword
Synopsis
- data ResourceOwnerPasswordApplication = ResourceOwnerPasswordApplication {
- ropClientId :: ClientId
- ropClientSecret :: ClientSecret
- ropName :: Text
- ropScope :: Set Scope
- ropUserName :: Username
- ropPassword :: Password
- ropTokenRequestExtraParams :: Map Text Text
Documentation
data ResourceOwnerPasswordApplication Source #
An Application that supports "Resource Owner Password" flow
Constructors
ResourceOwnerPasswordApplication | |
Fields
|