# Packages
No description provided by the author
# Functions
Defaults for storage service.
# Constants
ResponseCodeBackendError is sent when backend has errors.
ResponseCodeBadOTP sent when OTP does not pass validity checks.
ResponseCodeBadSignature is sent when HMAC signature is invalid.
ResponseCodeDelayedOTP is sent when OTP timestamp is delayed.
ResponseCodeMissingParameter is sent when request missing some mandatory params.
ResponseCodeNoSuchClient is sent when client is not found.
ResponseCodeNotEnoughAnswers is sent where there is no quorum on check servers.
ResponseCodeOK sent when OTP is successfully pass all checks.
ResponseCodeOperationNotAllowed is sent when check operation is not allowed.
ResponseCodeReplayedOTP sent when OTP in request is already seen before.
ResponseCodeReplayedRequest is sent when request is replayed.
# Variables
Module api constructor nolint:gochecknoglobals.
# Structs
No description provided by the author
TestResponseParams used for report test result.