wai-utilities-0.16.1: Various helpers for WAI
Safe HaskellSafe-Inferred
LanguageGHC2021

Network.Wai.Utilities.ZAuth

Synopsis

Documentation

data ZAuthType Source #

Identifies the type of token used in an authenticated request.

Constructors

ZAuthAccess

(Typically short-lived) access token.

ZAuthUser

A user (aka refresh) token that can itself be used to obtain (short-lived) access tokens.

ZAuthBot

A bot token scoped to a specific bot and conversation, and issued to a certain service provider.

ZAuthProvider

A provider token scoped to the provider management API.

(<&.) :: Predicate a f t -> Predicate a f t' -> Predicate a f t infixr 3 Source #

(.&>) :: Predicate a f t -> Predicate a f t' -> Predicate a f t' infixr 3 Source #