blob: 96cc5acaf6e04d3877c02c67a1c8a9f534fe3ba3 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto2";
option optimize_for = LITE_RUNTIME;
package login_manager;
// Metadata sent with a 'store' request to the login screen storage.
message LoginScreenStorageMetadata {
// Whether saved key/value pair should be deleted on session exit.
optional bool clear_on_session_exit = 1;
}