Operations for Inttegro otp.
Summary
Functions
@spec initiate(Inttegro.Client.t(), Inttegro.InitiateOTPRequest.t(), keyword()) :: {:ok, Inttegro.OTPTransaction.t()} | {:error, Exception.t()}
@spec lookup(Inttegro.Client.t(), Inttegro.LookupOTPRequest.t(), keyword()) :: {:ok, Inttegro.OTPTransaction.t()} | {:error, Exception.t()}
@spec verify(Inttegro.Client.t(), Inttegro.VerifyOTPRequest.t(), keyword()) :: {:ok, Inttegro.OTPVerification.t()} | {:error, Exception.t()}