Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenAPI.Generate.SecurityScheme
Description
Provides the generation functions for the supported security schemes
Synopsis
- defineSupportedSecuritySchemes :: Text -> [(Text, SecuritySchemeObject)] -> Generator (Q Doc)
Documentation
defineSupportedSecuritySchemes :: Text -> [(Text, SecuritySchemeObject)] -> Generator (Q Doc) Source #
Defines the security schemes which are configured in the OpenAPI specification
Generates warnings if unsupported schemes are defined in the specification