Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data AuthenticationScheme Source #
Possible authentication schemes. The specification defines the values "oauth", "oauth2", "oauthbearertoken", "httpbasic", and "httpdigest".
Instances
data AuthenticationSchemeEncoding Source #
The way authentication schemes are expected to be represented in the
configuration. Each AuthenticationScheme
corresponds to one of such
encodings.
AuthenticationSchemeEncoding | |
|
Instances
authHttpBasicEncoding :: AuthenticationSchemeEncoding Source #
The description of the AuthHttpBasic
scheme.