Skip to content

Enumeration

OTPDigits

Supported OTP output sizes.
enum OTPDigits

Topics

Enumeration Cases

Initializers

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • 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.
  • OTPDigest
    Supported OTP digests.