Enumeration
OTPDigest
Supported OTP digests.
enum OTPDigest
Topics
Enumeration Cases
case sha1The SHA-1 digest.case sha256The SHA-256 digest.case sha512The SHA-512 digest.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.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 OTPDigitsSupported OTP output sizes.