| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.ResendCodeReason
Synopsis
Documentation
data ResendCodeReason Source #
Describes the reason why a code needs to be re-sent
Constructors
| ResendCodeReasonUserRequest | The user requested to resend the code |
| ResendCodeReasonVerificationFailed | The code is re-sent, because device verification has failed |
Fields
| |
Instances
| FromJSON ResendCodeReason Source # | |
Defined in TD.Data.ResendCodeReason Methods parseJSON :: Value -> Parser ResendCodeReason # parseJSONList :: Value -> Parser [ResendCodeReason] # | |
| ToJSON ResendCodeReason Source # | |
Defined in TD.Data.ResendCodeReason Methods toJSON :: ResendCodeReason -> Value # toEncoding :: ResendCodeReason -> Encoding # toJSONList :: [ResendCodeReason] -> Value # toEncodingList :: [ResendCodeReason] -> Encoding # | |
| Show ResendCodeReason Source # | |
Defined in TD.Data.ResendCodeReason Methods showsPrec :: Int -> ResendCodeReason -> ShowS # show :: ResendCodeReason -> String # showList :: [ResendCodeReason] -> ShowS # | |
| Eq ResendCodeReason Source # | |
Defined in TD.Data.ResendCodeReason Methods (==) :: ResendCodeReason -> ResendCodeReason -> Bool # (/=) :: ResendCodeReason -> ResendCodeReason -> Bool # | |
| ShortShow ResendCodeReason Source # | |
Defined in TD.Data.ResendCodeReason Methods shortShow :: ResendCodeReason -> String Source # | |