ResponseHeader

  • The server responses include a header object with a responseTimestamp field.

  • The responseTimestamp indicates the response time and should be within ± 60 seconds of the current time for the response to be valid.

  • Responses outside this timeframe should be rejected by the receiver.

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.