GeneratorAlgorithm
@available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *)
public enum GeneratorAlgorithm
The available generator algorithms used for password generation
Most use a variation of the counter approach
-
Undocumented
Declaration
Swift
case counter(UInt64) -
Undocumented
Declaration
Swift
case timer(period: TimeInterval)
GeneratorAlgorithm Enumeration Reference