OathMechanism

public class OathMechanism : Mechanism

Properties

  • Length of OATH Code

    Declaration

    Swift

    public var digits: Int

NSCoder

  • Declaration

    Swift

    override public class var supportsSecureCoding: Bool { get }
  • Declaration

    Swift

    override public func encode(with coder: NSCoder)
  • Declaration

    Swift

    public required convenience init?(coder: NSCoder)

Codable

  • Declaration

    Swift

    public override func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws