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