ResponseHeader

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

  • The responseTimestamp field provides the timestamp of the response and must be within ± 60 seconds of the current time.

  • Receivers should validate the responseTimestamp for security and reject any responses with timestamps outside the acceptable range.

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.