Values accepted for Transmission Status in the Otp API.
Prefer the documented atoms returned by values/0. The type also accepts strings so a
newer server value can be preserved by an older SDK instead of failing during decoding.
Initiates, verifies, and inspects one-time passcode transactions.
OTP delivery and verification are separate steps. Initiation returning successfully means the
transaction was accepted, not that the recipient received or verified the code. Keep the
returned transaction ID and submit the user-provided code through verify/3.
Summary
Functions
Returns the documented Inttegro.Otp.TransmissionStatus atoms known by this SDK version.
Types
@type t() :: :delivered | :failed | :submitted | String.t()
A transmission status atom or an unknown wire value preserved as a string.
Functions
@spec values() :: [t()]
Returns the documented Inttegro.Otp.TransmissionStatus atoms known by this SDK version.