TD.Data.Passkeys
data Passkeys Source #
Constructors
Contains a list of passkeys
Fields
List of passkeys
Defined in TD.Data.Passkeys
Methods
parseJSON :: Value -> Parser Passkeys #
parseJSONList :: Value -> Parser [Passkeys] #
showsPrec :: Int -> Passkeys -> ShowS #
show :: Passkeys -> String #
showList :: [Passkeys] -> ShowS #
(==) :: Passkeys -> Passkeys -> Bool #
(/=) :: Passkeys -> Passkeys -> Bool #
shortShow :: Passkeys -> String Source #