| // Copyright 2018 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file or at |
| // https://developers.google.com/open-source/licenses/bsd |
| rpc RefreshToken (RefreshTokenRequest) returns (RefreshTokenResponse) {} |
| rpc GetServerStatus (GetServerStatusRequest) returns (GetServerStatusResponse) {} |
| message RefreshTokenRequest { |
| message RefreshTokenResponse { |
| uint32 token_expires_sec = 2; |
| message GetServerStatusRequest { |
| message GetServerStatusResponse { |
| string banner_message = 1; |