| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ResendAuthenticationCode
Synopsis
Documentation
data ResendAuthenticationCode Source #
Resends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the next_code_type of the result is not null and the server-specified timeout has passed, or when the current authorization state is authorizationStateWaitEmailCode. Returns Ok
Constructors
| ResendAuthenticationCode | |
Fields
| |
Instances
| ToJSON ResendAuthenticationCode Source # | |
Defined in TD.Query.ResendAuthenticationCode Methods toJSON :: ResendAuthenticationCode -> Value # toEncoding :: ResendAuthenticationCode -> Encoding # toJSONList :: [ResendAuthenticationCode] -> Value # | |
| Show ResendAuthenticationCode Source # | |
Defined in TD.Query.ResendAuthenticationCode Methods showsPrec :: Int -> ResendAuthenticationCode -> ShowS # show :: ResendAuthenticationCode -> String # showList :: [ResendAuthenticationCode] -> ShowS # | |
| Eq ResendAuthenticationCode Source # | |
Defined in TD.Query.ResendAuthenticationCode Methods (==) :: ResendAuthenticationCode -> ResendAuthenticationCode -> Bool # (/=) :: ResendAuthenticationCode -> ResendAuthenticationCode -> Bool # | |
| ShortShow ResendAuthenticationCode Source # | |
Defined in TD.Query.ResendAuthenticationCode Methods | |