| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.AuthenticationCodeInfo
Documentation
data AuthenticationCodeInfo Source #
Constructors
| AuthenticationCodeInfo | Information about the authentication code that was sent |
Fields
| |
Instances
| FromJSON AuthenticationCodeInfo Source # | |
Defined in TD.Data.AuthenticationCodeInfo Methods parseJSON :: Value -> Parser AuthenticationCodeInfo # parseJSONList :: Value -> Parser [AuthenticationCodeInfo] # | |
| Show AuthenticationCodeInfo Source # | |
Defined in TD.Data.AuthenticationCodeInfo Methods showsPrec :: Int -> AuthenticationCodeInfo -> ShowS # show :: AuthenticationCodeInfo -> String # showList :: [AuthenticationCodeInfo] -> ShowS # | |
| Eq AuthenticationCodeInfo Source # | |
Defined in TD.Data.AuthenticationCodeInfo Methods (==) :: AuthenticationCodeInfo -> AuthenticationCodeInfo -> Bool # (/=) :: AuthenticationCodeInfo -> AuthenticationCodeInfo -> Bool # | |
| ShortShow AuthenticationCodeInfo Source # | |
Defined in TD.Data.AuthenticationCodeInfo Methods | |