cabal-install-3.14.1.1: The command-line interface for Cabal and Hackage.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.Types.Credentials

Synopsis

Documentation

type Auth = Either (String, String) String Source #

Either (username, password) or authentacation token

newtype Token Source #

Constructors

Token 

Fields

newtype Username Source #

Constructors

Username 

Fields

newtype Password Source #

Constructors

Password 

Fields