ResponseHeader

  • The server response always includes a header object with a response timestamp.

  • The responseTimestamp field provides the timestamp of the response and is of Timestamp object type.

  • Receivers must validate the responseTimestamp to ensure it's within ± 60 seconds of the current time, rejecting responses outside this timeframe.

Header object that is defined on all responses sent from the server.

JSON representation
{
  "responseTimestamp": {
    object (Timestamp)
  }
}
Fields
responseTimestamp

object (Timestamp)

REQUIRED: Timestamp of this response. The receiver must verify that this timestamp is ± 60s of 'now', and reject the response if it is not.