Enumeration
OTPDigits
Supported OTP output sizes.
enum OTPDigits
Topics
Enumeration Cases
case eightEight digits OTP.case sevenSeven digits OTP.case sixSix digits OTP.
Initializers
init?(rawValue: Int)Creates a new instance with the specified raw value.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype
See Also
One-Time Passwords
struct HOTPCreate a one-time password using hash-based message authentication codes.struct TOTPCreate a one-time password using hash-based message authentication codes and taking uniqueness from the time.enum OTPDigestSupported OTP digests.