MCPcopy
hub / github.com/pocketbase/pocketbase / FindOTPById

Method FindOTPById

core/app.go:538–538  ·  view source on GitHub ↗

FindOTPById returns a single OTP model by its id.

(id string)

Source from the content-addressed store, hash-verified

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 //

Callers 3

SendRecordOTPFunction · 0.65
TestFindOTPByIdFunction · 0.65
recordAuthWithOTPFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestFindOTPByIdFunction · 0.52