Skip to content

Enumeration

OTPDigest

Supported OTP digests.
enum OTPDigest

Topics

Enumeration Cases

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.Sendable
  • Swift.SendableMetatype

See Also

One-Time Passwords

  • HOTP
    Create a one-time password using hash-based message authentication codes.
  • TOTP
    Create a one-time password using hash-based message authentication codes and taking uniqueness from the time.
  • OTPDigits
    Supported OTP output sizes.