KeyFoundStatus public enum KeyFoundStatus singleKeyFound(key:) Declaration Swift case singleKeyFound(key: UserKey) multipleKeysFound(keys:) Declaration Swift case multipleKeysFound(keys: [UserKey]) noKeysFound Declaration Swift case noKeysFound