Napkin.Auth.Types
data AuthEvalError #
Constructors
Defined in Napkin.Auth.Types
Methods
toException :: AuthEvalError -> SomeException #
fromException :: SomeException -> Maybe AuthEvalError #
displayException :: AuthEvalError -> String #
backtraceDesired :: AuthEvalError -> Bool #
Associated Types
from :: AuthEvalError -> Rep AuthEvalError x #
to :: Rep AuthEvalError x -> AuthEvalError #
showsPrec :: Int -> AuthEvalError -> ShowS #
show :: AuthEvalError -> String #
showList :: [AuthEvalError] -> ShowS #
(==) :: AuthEvalError -> AuthEvalError -> Bool #
(/=) :: AuthEvalError -> AuthEvalError -> Bool #
newtype CredentialsJson #