FindOTPById returns a single OTP model by its id.
(id string)
| 536 | |
| 537 | // FindOTPById returns a single OTP model by its id. |
| 538 | FindOTPById(id string) (*OTP, error) |
| 539 | |
| 540 | // DeleteAllOTPsByRecord deletes all OTP models associated with the provided record. |
| 541 | // |
no outgoing calls