servant-routes-0.1.0.0: Generate route descriptions from Servant APIs
Copyright(c) Frederick Pringle 2025
LicenseBSD-3-Clause
Maintainerfreddyjepringle@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Servant.API.Routes.Internal.Auth

Description

Internal module, subject to change.

Synopsis

Documentation

data Auth Source #

There are 2 variants:

Constructors

Basic Text 
Custom Text 

Instances

Instances details
ToJSON Auth Source # 
Instance details

Defined in Servant.API.Routes.Internal.Auth

Show Auth Source # 
Instance details

Defined in Servant.API.Routes.Internal.Auth

Eq Auth Source # 
Instance details

Defined in Servant.API.Routes.Internal.Auth

Methods

(==) :: Auth -> Auth -> Bool Source #

(/=) :: Auth -> Auth -> Bool Source #

Ord Auth Source # 
Instance details

Defined in Servant.API.Routes.Internal.Auth