Parameters for Lookup Request in the Otp API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.Otp. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
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
Builds a Inttegro.Otp.LookupRequest and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Otp.LookupRequest{transaction_id: String.t()}
A validated lookup request request.
Functions
Builds a Inttegro.Otp.LookupRequest and raises KeyError when a required field is missing.