Enumerations

The following enumerations are available globally.

  • The available generator algorithms used for password generation

    Most use a variation of the counter approach

    See more

    Declaration

    Swift

    @available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *)
    public enum GeneratorAlgorithm
  • Key

    A type that represents the query item keys used for decoding URIs as specified by this document.

    See more

    Declaration

    Swift

    @available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *)
    public enum Key : CodingKey
  • The available hash functions used for password generation

    Supported Hashes

    These are officially support by google.

    • SHA1 (Default)
    • SHA256
    • SHA512
    See more

    Declaration

    Swift

    @available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *)
    public enum SupportedHashAlgorithm : String