swagger-0.3.0: Implementation of swagger data model

Safe HaskellNone
LanguageHaskell2010

Data.Swagger.Model.Authorisation

Description

The Authorisation Object part of the swagger specification. For construction please consider using Data.Swagger.Build.Authorisation.

Synopsis

Documentation

data Scope #

Constructors

Scope 
Instances
Show Scope # 
Instance details

Defined in Data.Swagger.Model.Authorisation

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

ToJSON Scope # 
Instance details

Defined in Data.Swagger.Model.Authorisation