blob: ba99ae0c51206c5c94ec30acb991a99b796f9704 [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;
option go_package = "chromiumos/system_api/login_manager_proto";
// 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;
}