ResponseHeader

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

  • responseTimestamp provides the response time and should be verified by the receiver to be within ± 60 seconds of the current time for security.

  • Responses outside the ± 60-second window should be rejected.

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.