ENUM
OTPGeneratorError
public enum OTPGeneratorError: Error, Equatable
An enumeration that describes issues with OTP generation.
Cases
invalidOTPResponse
case invalidOTPResponse
authenticatorCreationError
case authenticatorCreationError
Cannot create an authenticator object.