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