OathMechanism
public class OathMechanism : Mechanism
-
Length of OATH Code
Declaration
Swift
public var digits: Int
-
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)
-
Declaration
Swift
public override func encode(to encoder: Encoder) throws -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub