KeychainCommand

public class KeychainCommand

KeychainCommand base class for reading and writing values to/from the keychain

  • Access restrictions set when writing values to the keychain that are required to read those values.

    See more

    Declaration

    Swift

    public enum KeychainAccess
  • Returns a KeychainCommand object for deleting keys from the keychain

    Declaration

    Swift

    public var deleteCommand: KeychainCommand