ReadKeychainCommandResult

public class ReadKeychainCommandResult: KeychainCommandResult

Object to contain the result of a keychain read operation.

  • Data read from keychain if read operation was successful.

    Declaration

    Swift

    public fileprivate(set) var value: Data?
  • Indicates if the keychain item key to be read was not found or not.

    Declaration

    Swift

    public var keyNotFound: Bool